X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=driver%2FMakefile;h=5207214068a1c8909388acdebeb8f6b8b0375707;hb=f2853b4bb7b07f1ad7774c60ec9c5ed7ccfca772;hp=3fcb4be55652e0695bdce8a0807bbde36e700697;hpb=0e5f01904f7df065547e1558df8917c11f676f77;p=ghc-hetmet.git diff --git a/driver/Makefile b/driver/Makefile index 3fcb4be..5207214 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -7,7 +7,7 @@ TOP=.. include $(TOP)/mk/boilerplate.mk -SUBDIRS = mangler split ghci +SUBDIRS = mangler split ghc ghci runhaskell INPLACE_PKG_CONF = $(INPLACE_DATA_DIR)/package.conf # Used to signal that we are inplace, as opposed to installed: @@ -15,7 +15,7 @@ INPLACE_FILE = $(INPLACE_DATA_DIR)/inplace boot all :: $(MKDIRHIER) $(INPLACE_DATA_DIR) - test -e $(INPLACE_PKG_CONF) || echo "[]" > $(INPLACE_PKG_CONF) + test -f $(INPLACE_PKG_CONF) || echo "[]" > $(INPLACE_PKG_CONF) touch $(INPLACE_FILE) INSTALL_DATAS += ghc-usage.txt ghci-usage.txt