summaryrefslogtreecommitdiff
path: root/bindisttest
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-14 12:50:44 +0000
committerIan Lynagh <igloo@earth.li>2009-05-14 12:50:44 +0000
commited100fb327234aa0d75e0d5c74432c1ff26c0536 (patch)
tree917194dac4d6cf90957407b15651c09180a1c899 /bindisttest
parent541889e7615289bfc476348a6362426d6a31c444 (diff)
downloadhaskell-ed100fb327234aa0d75e0d5c74432c1ff26c0536.tar.gz
Clean the right directory in bindisttest
Diffstat (limited to 'bindisttest')
-rw-r--r--bindisttest/Makefile2
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