X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=rules%2Fbuild-perl.mk;fp=rules%2Fbuild-perl.mk;h=301d84860c68614e3162a7a3ada99490d683109b;hb=eb3a1aecac72d22c618b4050fb88eac9055b527a;hp=e13185d85d780895f67db716eca485b549682afc;hpb=dd47428295d89eb6bbf91316ac4f5a6e98b1ec70;p=ghc-hetmet.git diff --git a/rules/build-perl.mk b/rules/build-perl.mk index e13185d..301d848 100644 --- a/rules/build-perl.mk +++ b/rules/build-perl.mk @@ -20,6 +20,7 @@ define build-perl $(call trace, build-perl($1,$2)) +$(call profStart, build-perl($1,$2)) # $1 = dir # $2 = distdir @@ -65,4 +66,5 @@ install_$1_$2: $1/$2/$$($1_$2_PROG) endif endif +$(call profEnd, build-perl($1,$2)) endef