mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
*** empty log message ***
This commit is contained in:
parent
86a5659e6c
commit
2798dedf7c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
MAKE = make
|
||||
# BSD doesn't have it as a default.
|
||||
|
||||
CC = gcc
|
||||
CC =gcc
|
||||
CPP = $(CC) -E
|
||||
#Note: an alternative is CPP = /lib/cpp
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ doall:
|
|||
#This is used in making a distribution.
|
||||
#Do not use it on development directories!
|
||||
distclean:
|
||||
-rm -f paths.h config.h emacs-* temacs xemacs xmakefile core *~ \#* *.o
|
||||
-rm -f paths.h config.h machine.h system.h emacs-* temacs xemacs xmakefile core *~ \#* *.o
|
||||
|
||||
clean:
|
||||
-rm -f temacs xemacs xmakefile core \#* *.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue