changeset 93925:ecf65095f041

(distclean): Delete makefile too. (maintainer-clean): New target.
author Jason Rumney <jasonr@gnu.org>
date Wed, 09 Apr 2008 16:21:34 +0000
parents e461836a1a7b
children 2271e620522a
files src/makefile.w32-in
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.w32-in	Wed Apr 09 16:21:11 2008 +0000
+++ b/src/makefile.w32-in	Wed Apr 09 16:21:34 2008 +0000
@@ -264,8 +264,11 @@
 	- $(DEL_TREE) $(OBJDIR)
 	- $(DEL) stamp_BLD
 
-distclean:	clean
-	- $(DEL) config.h epaths.h
+distclean:	cleanall
+	- $(DEL) config.h epaths.h Makefile
+
+maintainer-clean: distclean
+	- $(DEL) TAGS
 
 cleanall:	clean
 	- $(DEL_TREE) obj