changeset 7362:94f66d813b2d

[project @ 2008-01-12 08:00:37 by jwe]
author jwe
date Sat, 12 Jan 2008 08:00:38 +0000
parents a2870fd8ac58
children c31e5dab4f85
files scripts/ChangeLog scripts/plot/Makefile.in
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Sat Jan 12 07:50:55 2008 +0000
+++ b/scripts/ChangeLog	Sat Jan 12 08:00:38 2008 +0000
@@ -8,6 +8,7 @@
 	(FCN_FILES): Include $(GEN_M) in the list.
 	(all): Depend on $(GEN_M).
 	($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule.
+	(distclean): Also remove $(GEN_M).
 
 2008-01-11  John W. Eaton  <jwe@octave.org>
 
--- a/scripts/plot/Makefile.in	Sat Jan 12 07:50:55 2008 +0000
+++ b/scripts/plot/Makefile.in	Sat Jan 12 08:00:38 2008 +0000
@@ -203,7 +203,7 @@
 .PHONY: mostlyclean
 
 distclean: clean
-	rm -f Makefile PKG_ADD
+	rm -f Makefile PKG_ADD $(GEN_M)
 .PHONY: distclean
 
 maintainer-clean: distclean