diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-10-31 09:39:32 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-10-31 09:39:32 +0000 |
commit | 1ab9e52bb5be57b4a51615e197cee1380f356371 (patch) | |
tree | 99fb2d72da744471def7d6f4d23fd20255e23cb0 /driver/ghci | |
parent | cd98fb768d20a5d7aa13ebf2881bfe391f7b545b (diff) | |
download | haskell-1ab9e52bb5be57b4a51615e197cee1380f356371.tar.gz |
clean ghci-inplace
Diffstat (limited to 'driver/ghci')
-rw-r--r-- | driver/ghci/Makefile | 1 |
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) |