Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!VUSE.VANDERBILT.EDU!drl From: drl@VUSE.VANDERBILT.EDU (David R. Linn) Newsgroups: comp.windows.x Subject: Imake gotcha - escaped colons (correction) Message-ID: <9002101824.AA15386@backup> Date: 10 Feb 90 18:24:26 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 13 In my previous message, I indicated that the behavior of accepting macro definitions that have leading tabs was an AT&T(USO?)/BSD difference. THIS IS NOT SO. Apparently, the forgiving behavior I attributed to BSD make is actually only a part of SunOS "SunPro" make. The make man page doesn't really say much on the issue so both interpretations are equally correct. Moral: Don't start make macro definitions with a TAB and don't use unescaped colons in an imake macro definition. David