diff options
| author | Jim Blandy | 1992-09-13 11:44:06 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-09-13 11:44:06 +0000 |
| commit | ec558adcceffa21d313410a6d8ebfe11b47d083b (patch) | |
| tree | 2d78afc1cf127cc5eb02f12d39a623f297f7cbda /src/Makefile.in | |
| parent | b7cceaf12a73559df9c2fcf135983b4c03b48061 (diff) | |
| download | emacs-ec558adcceffa21d313410a6d8ebfe11b47d083b.tar.gz emacs-ec558adcceffa21d313410a6d8ebfe11b47d083b.zip | |
entered into RCS
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 6 |
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 | |||
| 1 | MAKE = make | 5 | MAKE = 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! |
| 18 | distclean: | 22 | distclean: |
| 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 | ||
| 21 | clean: | 25 | clean: |
| 22 | -rm -f temacs xemacs xmakefile* core \#* *.o | 26 | -rm -f temacs xemacs xmakefile* core \#* *.o |