Mercurial > emacs
changeset 492:7d92947cce7d
*** empty log message ***
author | Michael I. Bushnell <mib@gnu.org> |
---|---|
date | Tue, 14 Jan 1992 07:40:35 +0000 |
parents | 77c38d1bc8a8 |
children | 8b101799ff37 |
files | src/=Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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