diff options
| author | Michael I. Bushnell | 1992-01-14 07:40:35 +0000 |
|---|---|---|
| committer | Michael I. Bushnell | 1992-01-14 07:40:35 +0000 |
| commit | 2798dedf7cb4bbeba6091c443dc64edf0953da18 (patch) | |
| tree | 0eadc21b2bf1d90dba5261c70cae93ebcda2fff6 | |
| parent | 86a5659e6c48c4bd3213cbc626fb3ac6176c2793 (diff) | |
| download | emacs-2798dedf7cb4bbeba6091c443dc64edf0953da18.tar.gz emacs-2798dedf7cb4bbeba6091c443dc64edf0953da18.zip | |
*** empty log message ***
| -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 @@ | |||
| 1 | MAKE = make | 1 | MAKE = make |
| 2 | # BSD doesn't have it as a default. | 2 | # BSD doesn't have it as a default. |
| 3 | 3 | ||
| 4 | CC = gcc | 4 | CC =gcc |
| 5 | CPP = $(CC) -E | 5 | CPP = $(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! |
| 18 | distclean: | 18 | distclean: |
| 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 | ||
| 21 | clean: | 21 | clean: |
| 22 | -rm -f temacs xemacs xmakefile core \#* *.o | 22 | -rm -f temacs xemacs xmakefile core \#* *.o |