X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rules%2Fbuild-perl.mk;h=cd231854620ab161fe4ee4b8b26261345f6b261f;hb=5d0747c093ee5b45e08871503c6210662958657b;hp=cfa71cc53def2aecba328b1b20a7a511945a73d8;hpb=484511cebe6055c13bedf6b9c773f96ae9d63dc3;p=ghc-hetmet.git diff --git a/rules/build-perl.mk b/rules/build-perl.mk index cfa71cc..cd23185 100644 --- a/rules/build-perl.mk +++ b/rules/build-perl.mk @@ -19,6 +19,7 @@ # $(eval $(call build-perl,driver/mangler,dist)) define build-perl +$(call trace, build-perl($1,$2)) # $1 = dir # $2 = distdir @@ -45,6 +46,7 @@ $1/$2/$$($1_$2_PROG): $1/$2/$$($1_$2_PROG).prl "$$(RM)" $$(RM_OPTS) $$@ echo '#!$$(PERL)' >> $$@ echo '$$$$TARGETPLATFORM = "$$(TARGETPLATFORM)";' >> $$@ + echo '$$$$TABLES_NEXT_TO_CODE = "$(GhcEnableTablesNextToCode)";' >> $$@ cat $$< >> $$@ $$($1_$2_INPLACE): $1/$2/$$($1_$2_PROG) | $$$$(dir $$$$@)/.