From ed100fb327234aa0d75e0d5c74432c1ff26c0536 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 14 May 2009 12:50:44 +0000 Subject: [PATCH] Clean the right directory in bindisttest --- bindisttest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4