From: Jason Rumney Date: Wed, 9 Apr 2008 16:21:34 +0000 (+0000) Subject: (distclean): Delete makefile too. X-Git-Tag: emacs-pretest-23.0.90~6386 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c237889829162de55e9da5897d804e2562b8a5fe;p=emacs.git (distclean): Delete makefile too. (maintainer-clean): New target. --- 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