summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-06-09 13:43:02 +0000
committerIan Lynagh <igloo@earth.li>2007-06-09 13:43:02 +0000
commitda6f42a2bb231bae3fdbe06350db26e2cdee2c34 (patch)
tree669f69e176c69bb442254642e38736917298d1b9 /Makefile
parent8f4c823a0a5f8d730eff0fc2ee5e12cb248c0caa (diff)
downloadhaskell-da6f42a2bb231bae3fdbe06350db26e2cdee2c34.tar.gz
Fix the ghc package in bindists
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2ab4d5e403..8befbafd6d 100644
--- a/Makefile
+++ b/Makefile
@@ -282,6 +282,9 @@ binary-dist::
echo "ProjectVersion = $(ProjectVersion)" >> $(VARFILE)
echo "HaveLibGmp = $(HaveLibGmp)" >> $(VARFILE)
echo "GhcLibsWithUnix = $(GhcLibsWithUnix)" >> $(VARFILE)
+ echo "GhcWithInterpreter = $(GhcWithInterpreter)" >> $(VARFILE)
+ echo "GhcHasReadline = $(GhcHasReadline)" >> $(VARFILE)
+ echo "BootingFromHc = $(BootingFromHc)" >> $(VARFILE)
cat distrib/Makefile-bin-vars.in >> $(VARFILE)
@echo "Generating a shippable configure script.."
$(MV) $(BIN_DIST_DIR)/configure-bin.ac $(BIN_DIST_DIR)/configure.ac