diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-04-09 16:21:34 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-04-09 16:21:34 +0000 |
commit | c237889829162de55e9da5897d804e2562b8a5fe (patch) | |
tree | 017871a583e4c9a8ff5e57de513a9facf16800c1 /src | |
parent | 6948400ca64f6ec6d9e97b8c77fa43030728ccb5 (diff) | |
download | emacs-c237889829162de55e9da5897d804e2562b8a5fe.tar.gz |
(distclean): Delete makefile too.
(maintainer-clean): New target.
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile.w32-in | 7 |
1 files 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 |