changeset 31351:afdf1e489754

(clean): Don't delete config.h and epaths.h. (distclean): Delete them here instead.
author Andrew Innes <andrewi@gnu.org>
date Sun, 03 Sep 2000 17:42:28 +0000
parents f5c37cece73f
children e562d903994d
files src/makefile.w32-in
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.w32-in	Sun Sep 03 17:41:20 2000 +0000
+++ b/src/makefile.w32-in	Sun Sep 03 17:42:28 2000 +0000
@@ -230,9 +230,12 @@
 # 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