diff options
author | Ian Lynagh <igloo@earth.li> | 2009-01-11 14:58:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-01-11 14:58:41 +0000 |
commit | eec072ca632853a7bfa536a3256b07f2a96ea1be (patch) | |
tree | 1462bf810f284d49655cd5e60729f05930dc9acd | |
parent | f9e1fef6380ecc96b49e90eed7be74072c32a577 (diff) |
Fix the location of INPLACE_PKG_CONF; fixes the build
Spotted by Conal Elliott
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ SRC_HC_OPTS += -w .PHONY: install-inplace -INPLACE_PKG_CONF = $(FPTOOLS_TOP_ABS)/ghc/inplace-datadir/package.conf +INPLACE_PKG_CONF = $(INPLACE_DATA_DIR)/package.conf ifneq "$(HOSTPLATFORM)" "i386-unknown-mingw32" INSTALL_INPLACE_FLAGS += --enable-shell-wrappers |