# HG changeset patch # User Jason Rumney # Date 1207758043 0 # Node ID 03d3c1202d6127b0ba0c3b94bee88b71409839ad # Parent e6fc2790d18cbca54a761d2d38546c493bdfc027 (distclean, maintainer-clean): New targets. diff -r e6fc2790d18c -r 03d3c1202d61 lib-src/makefile.w32-in --- a/lib-src/makefile.w32-in Wed Apr 09 15:57:40 2008 +0000 +++ b/lib-src/makefile.w32-in Wed Apr 09 16:20:43 2008 +0000 @@ -347,6 +347,12 @@ - $(DEL_TREE) $(OBJDIR) - $(DEL) stamp_BLD +distclean: cleanall + - $(DEL) TAGS + - $(DEL) Makefile + +maintainer-clean: distclean + cleanall: clean - $(DEL_TREE) obj - $(DEL_TREE) obj-spd