summaryrefslogtreecommitdiff
path: root/src/=Makefile.in
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1992-01-14 07:40:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1992-01-14 07:40:35 +0000
commite3c7b1c67ca26eb6dd0d97c78b680614b96efa1c (patch)
tree4aa586399694e1ab4757d290c1905c7218c81a0f /src/=Makefile.in
parenta5f8275f62763922653a6d171a816ea94d3b83cf (diff)
downloademacs-e3c7b1c67ca26eb6dd0d97c78b680614b96efa1c.tar.gz
*** empty log message ***
Diffstat (limited to 'src/=Makefile.in')
-rw-r--r--src/=Makefile.in4
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