We don't need to generate driver/package.conf any more; spotted by Simon
[ghc-hetmet.git] / driver / Makefile
index 5825356..7953d5f 100644 (file)
@@ -7,7 +7,7 @@
 TOP=..
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = mangler split ghc ghci
+SUBDIRS = mangler split ghci
 
 INPLACE_DATA_DIR = $(FPTOOLS_TOP_ABS)/inplace-datadir
 INPLACE_PKG_CONF = $(INPLACE_DATA_DIR)/package.conf
@@ -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