aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael I. Bushnell1992-01-14 07:40:35 +0000
committerMichael I. Bushnell1992-01-14 07:40:35 +0000
commit2798dedf7cb4bbeba6091c443dc64edf0953da18 (patch)
tree0eadc21b2bf1d90dba5261c70cae93ebcda2fff6
parent86a5659e6c48c4bd3213cbc626fb3ac6176c2793 (diff)
downloademacs-2798dedf7cb4bbeba6091c443dc64edf0953da18.tar.gz
emacs-2798dedf7cb4bbeba6091c443dc64edf0953da18.zip
*** empty log message ***
-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 @@
1MAKE = make 1MAKE = make
2# BSD doesn't have it as a default. 2# BSD doesn't have it as a default.
3 3
4CC = gcc 4CC =gcc
5CPP = $(CC) -E 5CPP = $(CC) -E
6#Note: an alternative is CPP = /lib/cpp 6#Note: an alternative is CPP = /lib/cpp
7 7
@@ -16,7 +16,7 @@ doall:
16#This is used in making a distribution. 16#This is used in making a distribution.
17#Do not use it on development directories! 17#Do not use it on development directories!
18distclean: 18distclean:
19 -rm -f paths.h config.h emacs-* temacs xemacs xmakefile core *~ \#* *.o 19 -rm -f paths.h config.h machine.h system.h emacs-* temacs xemacs xmakefile core *~ \#* *.o
20 20
21clean: 21clean:
22 -rm -f temacs xemacs xmakefile core \#* *.o 22 -rm -f temacs xemacs xmakefile core \#* *.o