From c237889829162de55e9da5897d804e2562b8a5fe Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 9 Apr 2008 16:21:34 +0000 Subject: [PATCH] (distclean): Delete makefile too. (maintainer-clean): New target. --- src/makefile.w32-in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/makefile.w32-in b/src/makefile.w32-in index e4562adc95a..28fddaaeb5d 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -264,8 +264,11 @@ clean: - $(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 -- 2.39.5