aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
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