diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-18 22:36:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-18 22:36:56 +0000 |
commit | f893fb935d23418b80534b05f35fe50d54af0acc (patch) | |
tree | a7fac55529584608a3df3938ebf77114d5650159 /driver/Makefile | |
parent | aa4a905d69a7325fc22f917a41a82f9e19146fcd (diff) | |
download | haskell-f893fb935d23418b80534b05f35fe50d54af0acc.tar.gz |
Some "install" and "clean" fixes
Diffstat (limited to 'driver/Makefile')
-rw-r--r-- | driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/Makefile b/driver/Makefile index cf842e47c1..e81b1ea1fa 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -17,9 +17,9 @@ INPLACE_FILE = $(INPLACE_DATA_DIR)/inplace boot all :: $(MKDIRHIER) $(INPLACE_DATA_DIR) test -e $(INPLACE_PKG_CONF) || echo "[]" > $(INPLACE_PKG_CONF) + echo "[]" > package.conf touch $(INPLACE_FILE) -override datadir = $(libdir) INSTALL_DATAS += package.conf ghc-usage.txt ghci-usage.txt # Since cleaning effectively uninstalls all the packages, we must |