From eec072ca632853a7bfa536a3256b07f2a96ea1be Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 11 Jan 2009 14:58:41 +0000 Subject: Fix the location of INPLACE_PKG_CONF; fixes the build Spotted by Conal Elliott --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3