diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-10 14:47:40 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-10 14:47:40 +0000 |
commit | f81cdd82f37081696d2c7b20a7749ec3158ae3a4 (patch) | |
tree | 7a1b6c4f10920d16761a3ad3c2a17c15e57056f6 /driver | |
parent | ce5560e4c105456248b75f5928e39f6ce81ddd37 (diff) | |
download | haskell-f81cdd82f37081696d2c7b20a7749ec3158ae3a4.tar.gz |
Remove references to the files that the RTS no longer knows about
Spotted by Simon
Diffstat (limited to 'driver')
-rw-r--r-- | driver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/Makefile b/driver/Makefile index 7953d5f353..f552a36e34 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -19,12 +19,12 @@ boot all :: test -e $(INPLACE_PKG_CONF) || echo "[]" > $(INPLACE_PKG_CONF) touch $(INPLACE_FILE) -INSTALL_DATAS += package.conf ghc-usage.txt ghci-usage.txt +INSTALL_DATAS += ghc-usage.txt ghci-usage.txt # Since cleaning effectively uninstalls all the packages, we must # remove the stamp files that the build system uses to avoid unnecessarily -# re-installing packages. -CLEAN_FILES += package.conf* stamp-pkg-conf* +# re-installing the RTS +CLEAN_FILES += stamp-pkg-conf-rts binary-dist: for FILE in Makefile $(INSTALL_DATAS); do echo $(WHERE_AM_I)/$$FILE >> $(BIN_DIST_LIST); done |