diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-10 14:42:59 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-10 14:42:59 +0000 |
commit | ce5560e4c105456248b75f5928e39f6ce81ddd37 (patch) | |
tree | 35ab81a80e196e6669a7dfa002c10d522619ee5a /driver/Makefile | |
parent | e6d754fa58e9ba2f6d990c4975f474615592a9c9 (diff) | |
download | haskell-ce5560e4c105456248b75f5928e39f6ce81ddd37.tar.gz |
We don't need to generate driver/package.conf any more; spotted by Simon
Diffstat (limited to 'driver/Makefile')
-rw-r--r-- | driver/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/Makefile b/driver/Makefile index 7a07cbdd3a..7953d5f353 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -17,7 +17,6 @@ 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) INSTALL_DATAS += package.conf ghc-usage.txt ghci-usage.txt |