# HG changeset patch # User Michael I. Bushnell # Date 695374835 0 # Node ID 7d92947cce7d77ad7fee30d452a5aaa92b6102c2 # Parent 77c38d1bc8a84eacf2927cc947d43046f8cf549f *** empty log message *** diff -r 77c38d1bc8a8 -r 7d92947cce7d src/=Makefile.in --- a/src/=Makefile.in Tue Jan 14 07:27:56 1992 +0000 +++ b/src/=Makefile.in Tue Jan 14 07:40:35 1992 +0000 @@ -1,7 +1,7 @@ MAKE = make # BSD doesn't have it as a default. -CC = gcc +CC =gcc CPP = $(CC) -E #Note: an alternative is CPP = /lib/cpp @@ -16,7 +16,7 @@ #This is used in making a distribution. #Do not use it on development directories! distclean: - -rm -f paths.h config.h emacs-* temacs xemacs xmakefile core *~ \#* *.o + -rm -f paths.h config.h machine.h system.h emacs-* temacs xemacs xmakefile core *~ \#* *.o clean: -rm -f temacs xemacs xmakefile core \#* *.o