Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!samsung!cs.utexas.edu!yale!mintaka!bloom-beacon!ALLSPICE.LCS.MIT.EDU!shep From: shep@ALLSPICE.LCS.MIT.EDU (Tim Shepard) Newsgroups: comp.windows.x Subject: stray newline in fix-2 Message-ID: <9002102214.AA23734@PTT.LCS.MIT.EDU> Date: 10 Feb 90 22:14:44 GMT Sender: shep@ALLSPICE.LCS.MIT.EDU Organization: The Internet Lines: 16 In fix-2, in the patch for mit/clients/xdm/Imakefile, there is a stray newline. I changed the newline to a space and then the patch seemed to go OK. I changed these two lines: ! DEFINES = -DBINDIR=\"$(BINDIR)\" -DXDMDIR=\"$(XDMDIR)\" $(SIGDEFS) $(DESDEFS) ConnectionFlags To be this single line: ! DEFINES = -DBINDIR=\"$(BINDIR)\" -DXDMDIR=\"$(XDMDIR)\" $(SIGDEFS) $(DESDEFS) ConnectionFlags -Tim (not part of the X Consortium, just nearby)