Remove inplace-datadir when cleaning
authorIan Lynagh <igloo@earth.li>
Sun, 10 Aug 2008 14:41:18 +0000 (14:41 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 10 Aug 2008 14:41:18 +0000 (14:41 +0000)
Makefile

index b48cdca..157fd31 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -610,6 +610,9 @@ extraclean::
        $(RM) -rf autom4te.cache
 
 clean distclean ::
+       $(RM) -rf inplace-datadir
+
+clean distclean ::
        $(MAKE) -C bindisttest $@
        if test -d testsuite; then $(MAKE) -C testsuite $@; fi