summaryrefslogtreecommitdiff
path: root/rules/build-prog.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-09-11 12:31:35 +0000
committerIan Lynagh <igloo@earth.li>2009-09-11 12:31:35 +0000
commita2797404fc2783552544a38a3e38e16b4dce29a5 (patch)
tree1bb24a1f52f81138f75850f77264713be72c81d3 /rules/build-prog.mk
parentfcf5e6563cdbaddc0816b5fb65ebc16fd55fcb6b (diff)
downloadhaskell-a2797404fc2783552544a38a3e38e16b4dce29a5.tar.gz
Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS vars
Diffstat (limited to 'rules/build-prog.mk')
-rw-r--r--rules/build-prog.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/build-prog.mk b/rules/build-prog.mk
index 360248d8f7..e4c0e6a595 100644
--- a/rules/build-prog.mk
+++ b/rules/build-prog.mk
@@ -66,7 +66,7 @@ $(call all-target,$1_$2,$1/$2/package-data.mk)
# We have a rule for package-data.mk only when the package is
# disabled, because we want the build to fail if we haven't run phase 0.
ifneq "$(BINDIST)" "YES"
-$(call build-package-data,$1,$2)
+$(call build-package-data,$1,$2,$3)
endif
else