aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 05da52a068..f03217b662 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-09 Jason Rumney <[email protected]>
+
+ * makefile.w32-in (distclean, maintainer-clean): New targets.
+
2008-03-13 Glenn Morris <[email protected]>
* makefile.w32-in (VERSION): Set to 23.0.60.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 0edfdf58b0..2d9954dbeb 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