From: Mark Wielaard Date: Tue, 16 May 2017 15:17:13 +0000 (+0000) Subject: Add include/vgversion.h to clean-local. X-Git-Tag: svn/VALGRIND_3_13_0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f4b5a256de52e92c71c7a106434bf1f51586de9;p=thirdparty%2Fvalgrind.git Add include/vgversion.h to clean-local. It is a generated file that needs to be cleaned up. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16389 --- diff --git a/Makefile.am b/Makefile.am index 444a6a0c1f..2cc9d55a52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,7 +128,7 @@ all-local: default.supp vgversion.h ln -s ../default.supp $(inplacedir) clean-local: - rm -rf $(inplacedir) + rm -rf $(inplacedir) include/vgversion.h # Need config.h in the installed tree, since some files depend on it pkginclude_HEADERS = config.h