]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove the .in_place directory on a make distclean.
authorTom Hughes <tom@compton.nu>
Mon, 28 Jun 2004 21:52:40 +0000 (21:52 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 28 Jun 2004 21:52:40 +0000 (21:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2449

Makefile.am

index 6273db293d0cf8eeb8de778b0b6a4d2e127a40b5..271e1b8857bce13f6159557bf1ee30a570b38161 100644 (file)
@@ -55,3 +55,5 @@ all-local:
        rm -f $(addprefix $(top_builddir)/.in_place/,default.supp $(SUPP_FILES))
        ln -s $(addprefix $(top_srcdir)/../,default.supp $(SUPP_FILES)) $(top_builddir)/.in_place
 
+distclean-local:
+       rm -rf $(top_builddir)/.in_place