# HG changeset patch # User Richard M. Stallman # Date 663096220 0 # Node ID a4e766535a971ef7deaeabcbe102c270b02a4f65 # Parent 01ad7ec29c9825032677bf59561ad62f792c39c1 *** empty log message *** diff -r 01ad7ec29c98 -r a4e766535a97 src/=Makefile.in --- a/src/=Makefile.in Sat Jan 05 15:12:15 1991 +0000 +++ b/src/=Makefile.in Sat Jan 05 17:23:40 1991 +0000 @@ -1,5 +1,8 @@ +MAKE = make +# BSD doesn't have it as a default. + +CC = gcc CPP = $(CC) -E -MAKE = make # BSD doesn't have it as a default. #Note: an alternative is CPP = /lib/cpp all: xmakefile doall @@ -28,7 +31,7 @@ # 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 + -rm -f xmakefile junk.c cp ymakefile junk.c $(CPP) junk.c | sed -e 's/^#.*//' -e 's/^[ \f\t][ \f\t]*$$//' -e 's/^ / /' | \ sed -n -e '/^..*$$/p' > xmakefile