diff src/=Makefile.in @ 1821:04fb1d3d6992

JimB's changes since January 18th
author Jim Blandy <jimb@redhat.com>
date Tue, 26 Jan 1993 01:58:16 +0000
parents 36903f26b5cc
children d658e86a23ae
line wrap: on
line diff
--- a/src/=Makefile.in	Tue Jan 26 01:56:29 1993 +0000
+++ b/src/=Makefile.in	Tue Jan 26 01:58:16 1993 +0000
@@ -47,14 +47,17 @@
 dotemacs: xmakefile
 	$(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs
 
-# If you have a problem with cc -E here, changing
-# the definition of CPP above may fix it.
+### Some makes, like Ultrix's make, complain if you put a comment in
+### the middle of a rule's command list!  Dummies.
+
+### The flags for optimization and debugging depend on the
+### system, so take an ordinary CFLAGS value and choose the
+### appropriate CPP symbols to use in ymakefile.
+### If you have a problem with cc -E here, changing
+### the definition of CPP above may fix it.
 xmakefile: ymakefile config.h
 	-rm -f xmakefile xmakefile.new junk.c junk.cpp
 	cp ymakefile junk.c
-	## The flags for optimization and debugging depend on the
-	## system, so take an ordinary CFLAGS value and choose the
-	## appropriate CPP symbols to use in ymakefile.
 	$(CPP) junk.c > junk.cpp \
 	-DC_SWITCH_SITE="`echo ${CFLAGS}' ' \
 			  | sed -e 's/-g /C_DEBUG_SWITCH /' \