summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-10-31 09:39:32 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-10-31 09:39:32 +0000
commit1ab9e52bb5be57b4a51615e197cee1380f356371 (patch)
tree99fb2d72da744471def7d6f4d23fd20255e23cb0 /driver
parentcd98fb768d20a5d7aa13ebf2881bfe391f7b545b (diff)
downloadhaskell-1ab9e52bb5be57b4a51615e197cee1380f356371.tar.gz
clean ghci-inplace
Diffstat (limited to 'driver')
-rw-r--r--driver/ghci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile
index 82321831e0..8a282af416 100644
--- a/driver/ghci/Makefile
+++ b/driver/ghci/Makefile
@@ -37,6 +37,7 @@ endif
ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
INPLACE_SCRIPT=ghci-inplace
+CLEAN_FILES += $(INPLACE_SCRIPT)
all::
$(RM) -f $(INPLACE_SCRIPT)
echo "#!$(SHELL)" >> $(INPLACE_SCRIPT)