From: Ian Lynagh Date: Thu, 14 May 2009 12:50:44 +0000 (+0000) Subject: Clean the right directory in bindisttest X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ed100fb327234aa0d75e0d5c74432c1ff26c0536 Clean the right directory in bindisttest --- diff --git a/bindisttest/Makefile b/bindisttest/Makefile index 1abbd78..aa36a2c 100644 --- a/bindisttest/Makefile +++ b/bindisttest/Makefile @@ -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