Clean the right directory in bindisttest
authorIan Lynagh <igloo@earth.li>
Thu, 14 May 2009 12:50:44 +0000 (12:50 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 14 May 2009 12:50:44 +0000 (12:50 +0000)
bindisttest/Makefile

index 1abbd78..aa36a2c 100644 (file)
@@ -40,7 +40,7 @@ endif
 
 clean distclean:
        $(RM) -rf $(BIN_DIST_INST_SUBDIR)
-       $(RM) -rf ghc*
+       $(RM) -rf a/b/c/*
        $(RM) HelloWorld HelloWorld.o HelloWorld.hi output
 
 # Ignore a load of other standard targets