X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=driver%2FMakefile;h=7e87b890612a4ea64a4ec9d333308d54a85df5f9;hp=3fcb4be55652e0695bdce8a0807bbde36e700697;hb=9c325bab1e7ed7d305a79ef9e366b6ac87b8b1b6;hpb=ebf8b86b087dbe219cfb16e7d71ac03132378ee6 diff --git a/driver/Makefile b/driver/Makefile index 3fcb4be..7e87b89 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -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