X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=driver%2FMakefile;fp=driver%2FMakefile;h=f552a36e3461cca9a95f2bc6d8dfc1a476d70203;hb=f81cdd82f37081696d2c7b20a7749ec3158ae3a4;hp=7953d5f353f1f8efa27b91cf22431ba8d33b212c;hpb=ce5560e4c105456248b75f5928e39f6ce81ddd37;p=ghc-hetmet.git diff --git a/driver/Makefile b/driver/Makefile index 7953d5f..f552a36 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