aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorJim Blandy1992-09-13 11:44:06 +0000
committerJim Blandy1992-09-13 11:44:06 +0000
commitec558adcceffa21d313410a6d8ebfe11b47d083b (patch)
tree2d78afc1cf127cc5eb02f12d39a623f297f7cbda /src/Makefile.in
parentb7cceaf12a73559df9c2fcf135983b4c03b48061 (diff)
downloademacs-ec558adcceffa21d313410a6d8ebfe11b47d083b.tar.gz
emacs-ec558adcceffa21d313410a6d8ebfe11b47d083b.zip
entered into RCS
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 6e27031c407..045d3a439e3 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,3 +1,7 @@
1# DIST: This is the distribution Makefile for Emacs. configure can
2# DIST: make most of the changes to this file you might want, so try
3# DIST: that first.
4
1MAKE = make 5MAKE = make
2# BSD doesn't have it as a default. 6# BSD doesn't have it as a default.
3 7
@@ -16,7 +20,7 @@ doall:
16#This is used in making a distribution. 20#This is used in making a distribution.
17#Do not use it on development directories! 21#Do not use it on development directories!
18distclean: 22distclean:
19 -rm -f paths.h config.h machine.h system.h emacs-* temacs xemacs xmakefile core *~ \#* *.o 23 -rm -f paths.h config.h machine.h system.h emacs-* temacs xemacs xmakefile core *~ m/*~ s/*~ \#* *.o
20 24
21clean: 25clean:
22 -rm -f temacs xemacs xmakefile* core \#* *.o 26 -rm -f temacs xemacs xmakefile* core \#* *.o