summaryrefslogtreecommitdiff
path: root/rules/build-prog.mk
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-09-14 14:44:27 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-09-14 14:44:27 +0000
commitf34c33e7f3e0bcf916f96635c9b2e2ee186155b8 (patch)
treeb76c70c4962934355ed5f9f93218749dbdcf7bb1 /rules/build-prog.mk
parentb8a331a4a5567251c9616d8f9ad609901bfef170 (diff)
downloadhaskell-f34c33e7f3e0bcf916f96635c9b2e2ee186155b8.tar.gz
Fix collateral damage after distdir-opts.mk was refactored away
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 e4c0e6a595..b975f4956f 100644
--- a/rules/build-prog.mk
+++ b/rules/build-prog.mk
@@ -84,7 +84,7 @@ $(call build-dependencies,$1,$2)
# --- IMPLICIT RULES
# Just the 'v' way for programs
-$(call distdir-way-opts,$1,$2,v)
+$(call distdir-way-opts,$1,$2,v,$3)
$(call c-suffix-rules,$1,$2,v,YES)