From: Andrew Innes Date: Sun, 3 Sep 2000 17:42:28 +0000 (+0000) Subject: (clean): Don't delete config.h and epaths.h. X-Git-Tag: emacs-pretest-21.0.90~1826 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7aad7bbbf7fb2b811b95496e36f2667b2ca3e6e;p=emacs.git (clean): Don't delete config.h and epaths.h. (distclean): Delete them here instead. --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 4208329ebdb..01e7622d811 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -230,9 +230,12 @@ install: $(ALL) # Maintenance # clean:; - $(DEL) *~ "s/*~" "m/*~" - - $(DEL) *.pdb config.h epaths.h + - $(DEL) *.pdb - $(DEL_TREE) $(OBJDIR) +distclean: clean + - $(DEL) config.h epaths.h + cleanall: clean - $(DEL_TREE) obj - $(DEL_TREE) obj-spd