]> code.delx.au - gnu-emacs/blobdiff - src/Makefile.in
*** empty log message ***
[gnu-emacs] / src / Makefile.in
index 2b4c362a7a4c1bc1166c7d278815b4e30f406962..2458dc57dfff0536cb93750d9cbd117f386a0ff0 100644 (file)
@@ -1,10 +1,13 @@
 MAKE = make
 # BSD doesn't have it as a default.
 
-CC = gcc
+CC =gcc
 CPP = $(CC) -E
 #Note: an alternative is  CPP = /lib/cpp
 
+# Just to avoid uncertainty.
+SHELL = /bin/sh
+
 all: xmakefile doall
 
 doall:
@@ -13,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