diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-14 12:50:44 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-14 12:50:44 +0000 |
commit | ed100fb327234aa0d75e0d5c74432c1ff26c0536 (patch) | |
tree | 917194dac4d6cf90957407b15651c09180a1c899 /bindisttest | |
parent | 541889e7615289bfc476348a6362426d6a31c444 (diff) | |
download | haskell-ed100fb327234aa0d75e0d5c74432c1ff26c0536.tar.gz |
Clean the right directory in bindisttest
Diffstat (limited to 'bindisttest')
-rw-r--r-- | bindisttest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindisttest/Makefile b/bindisttest/Makefile index 1abbd788a2..aa36a2cbbb 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 |