From: Nicholas Nethercote Date: Mon, 29 Sep 2003 20:50:49 +0000 (+0000) Subject: Change things so that default.supp is only deleted with "make distclean", X-Git-Tag: svn/VALGRIND_2_1_0~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68ef3df81d9c5b47668f60bb70912ca1493030e9;p=thirdparty%2Fvalgrind.git 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 --- diff --git a/Makefile.am b/Makefile.am index 4e958b8e48..51526ec864 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ val_DATA = $(SUPP_FILES) default.supp BUILT_SOURCES = default.supp -CLEANFILES = default.supp +DISTCLEANFILES = default.supp default.supp: $(SUPP_FILES)