summaryrefslogtreecommitdiff
path: root/rules/build-perl.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-12-16 16:56:08 +0000
committerIan Lynagh <igloo@earth.li>2009-12-16 16:56:08 +0000
commit8e63e8eae43292fbeb219740eadd798bde76760c (patch)
tree693a5a421f40bc3e4cae19763220b14b963d2a74 /rules/build-perl.mk
parent76dfa3944cbf149a30398d29e6762a44772c0174 (diff)
downloadhaskell-8e63e8eae43292fbeb219740eadd798bde76760c.tar.gz
Build and install inplace the count_lines and compareSizes utils
Diffstat (limited to 'rules/build-perl.mk')
-rw-r--r--rules/build-perl.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/build-perl.mk b/rules/build-perl.mk
index 669f3d7be4..f3ea2b67b1 100644
--- a/rules/build-perl.mk
+++ b/rules/build-perl.mk
@@ -23,12 +23,12 @@ define build-perl
# $2 = distdir
ifeq "$$($1_$2_TOPDIR)" "YES"
-$1_$2_INPLACE = $(INPLACE_TOPDIR)/$$($1_$2_PROG)
+$1_$2_INPLACE = $$(INPLACE_TOPDIR)/$$($1_$2_PROG)
else
-$1_$2_INPLACE = $(INPLACE_BIN)/$$($1_$2_PROG)
+$1_$2_INPLACE = $$(INPLACE_BIN)/$$($1_$2_PROG)
endif
-$(call all-target,$$($1_$2_INPLACE))
+$(call all-target,$1_$2,$$($1_$2_INPLACE))
$(call clean-target,$1,$2,$1/$2 $$($1_$2_INPLACE))
.PHONY: clean_$1