From: Jason Rumney Date: Wed, 9 Apr 2008 16:21:11 +0000 (+0000) Subject: (distclean, maintainer-clean): New targets. X-Git-Tag: emacs-pretest-23.0.90~6387 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6948400ca64f6ec6d9e97b8c77fa43030728ccb5;p=emacs.git (distclean, maintainer-clean): New targets. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 05da52a0684..f03217b662d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2008-04-09 Jason Rumney + + * makefile.w32-in (distclean, maintainer-clean): New targets. + 2008-03-13 Glenn Morris * makefile.w32-in (VERSION): Set to 23.0.60. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 0edfdf58b02..2d9954dbebc 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -347,6 +347,12 @@ clean: - $(DEL_TREE) $(OBJDIR) - $(DEL) stamp_BLD +distclean: cleanall + - $(DEL) TAGS + - $(DEL) Makefile + +maintainer-clean: distclean + cleanall: clean - $(DEL_TREE) obj - $(DEL_TREE) obj-spd