Mercurial > emacs
diff src/makefile.w32-in @ 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 | 24c940ccd28e |
| children | 0d257abdf3ca |
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
