Change things so that default.supp is only deleted with "make distclean",

rather than "make clean", which is the behaviour recommended by the automake
docs for files built at configure-time.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1859
This commit is contained in:
Nicholas Nethercote 2003-09-29 20:50:49 +00:00
parent af067e5375
commit 68ef3df81d

View File

@ -27,7 +27,7 @@ val_DATA = $(SUPP_FILES) default.supp
BUILT_SOURCES = default.supp
CLEANFILES = default.supp
DISTCLEANFILES = default.supp
default.supp: $(SUPP_FILES)