clean ghci-inplace
authorSimon Marlow <simonmar@microsoft.com>
Wed, 31 Oct 2007 09:39:32 +0000 (09:39 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 31 Oct 2007 09:39:32 +0000 (09:39 +0000)
driver/ghci/Makefile

index 8232183..8a282af 100644 (file)
@@ -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)