We don't need to generate driver/package.conf any more; spotted by Simon
authorIan Lynagh <igloo@earth.li>
Sun, 10 Aug 2008 14:42:59 +0000 (14:42 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 10 Aug 2008 14:42:59 +0000 (14:42 +0000)
driver/Makefile

index 7a07cbd..7953d5f 100644 (file)
@@ -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)
 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
        touch $(INPLACE_FILE)
 
 INSTALL_DATAS += package.conf ghc-usage.txt ghci-usage.txt