[comp.windows.x] stray newline in fix-2

shep@ALLSPICE.LCS.MIT.EDU (Tim Shepard) (02/11/90)

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)