# HG changeset patch # User jwe # Date 1200124838 0 # Node ID 94f66d813b2d524541f5c2f87305bb4b18835aa6 # Parent a2870fd8ac58ee882846a98016f06122fc5ee6fc [project @ 2008-01-12 08:00:37 by jwe] diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -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 diff --git a/scripts/plot/Makefile.in b/scripts/plot/Makefile.in --- a/scripts/plot/Makefile.in +++ b/scripts/plot/Makefile.in @@ -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