diff options
Diffstat (limited to 'src')
| -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 |