aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJason Rumney2008-04-09 16:21:11 +0000
committerJason Rumney2008-04-09 16:21:11 +0000
commit6948400ca64f6ec6d9e97b8c77fa43030728ccb5 (patch)
tree2f2a266e29d8df0d8cde50da572c0609b084fcc5 /lib-src
parent7a6a86adefd0e19bf5f25f263902c3e578004281 (diff)
downloademacs-6948400ca64f6ec6d9e97b8c77fa43030728ccb5.tar.gz
emacs-6948400ca64f6ec6d9e97b8c77fa43030728ccb5.zip
(distclean, maintainer-clean): New targets.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in6
2 files changed, 10 insertions, 0 deletions
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 @@
12008-04-09 Jason Rumney <jasonr@gnu.org>
2
3 * makefile.w32-in (distclean, maintainer-clean): New targets.
4
12008-03-13 Glenn Morris <rgm@gnu.org> 52008-03-13 Glenn Morris <rgm@gnu.org>
2 6
3 * makefile.w32-in (VERSION): Set to 23.0.60. 7 * 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:
347 - $(DEL_TREE) $(OBJDIR) 347 - $(DEL_TREE) $(OBJDIR)
348 - $(DEL) stamp_BLD 348 - $(DEL) stamp_BLD
349 349
350distclean: cleanall
351 - $(DEL) TAGS
352 - $(DEL) Makefile
353
354maintainer-clean: distclean
355
350cleanall: clean 356cleanall: clean
351 - $(DEL_TREE) obj 357 - $(DEL_TREE) obj
352 - $(DEL_TREE) obj-spd 358 - $(DEL_TREE) obj-spd