aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-01-11 14:58:41 +0000
committerIan Lynagh <igloo@earth.li>2009-01-11 14:58:41 +0000
commiteec072ca632853a7bfa536a3256b07f2a96ea1be (patch)
tree1462bf810f284d49655cd5e60729f05930dc9acd /Makefile
parentf9e1fef6380ecc96b49e90eed7be74072c32a577 (diff)
Fix the location of INPLACE_PKG_CONF; fixes the build
Spotted by Conal Elliott
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a45298e..b08cea41 100644
--- a/Makefile
+++ b/Makefile
@@ -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