diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-16 16:56:08 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-16 16:56:08 +0000 |
commit | 8e63e8eae43292fbeb219740eadd798bde76760c (patch) | |
tree | 693a5a421f40bc3e4cae19763220b14b963d2a74 /rules | |
parent | 76dfa3944cbf149a30398d29e6762a44772c0174 (diff) | |
download | haskell-8e63e8eae43292fbeb219740eadd798bde76760c.tar.gz |
Build and install inplace the count_lines and compareSizes utils
Diffstat (limited to 'rules')
-rw-r--r-- | rules/build-perl.mk | 6 |
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 |