diff options
author | Michael I. Bushnell <mib@gnu.org> | 1992-01-14 07:40:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1992-01-14 07:40:35 +0000 |
commit | 2798dedf7cb4bbeba6091c443dc64edf0953da18 (patch) | |
tree | 0eadc21b2bf1d90dba5261c70cae93ebcda2fff6 /src/Makefile.in | |
parent | 86a5659e6c48c4bd3213cbc626fb3ac6176c2793 (diff) | |
download | emacs-2798dedf7cb4bbeba6091c443dc64edf0953da18.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index dfc51a0ec29..2458dc57dff 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 @@ doall: #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 |