diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-03 20:27:51 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-03 20:27:51 +0000 |
commit | 1cb4b90334c17ea86606ef37ff6e0461ea56396a (patch) | |
tree | b1feba1202f4c66f389944ccc557426459b9528d /rules/build-perl.mk | |
parent | 480ad0369c51879060f56fe77003e10e4da6b141 (diff) | |
download | haskell-1cb4b90334c17ea86606ef37ff6e0461ea56396a.tar.gz |
Use unlit_INPLACE rather than UNLIT in the build system
Diffstat (limited to 'rules/build-perl.mk')
-rw-r--r-- | rules/build-perl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/build-perl.mk b/rules/build-perl.mk index b39134f05f..74c05b5b7f 100644 --- a/rules/build-perl.mk +++ b/rules/build-perl.mk @@ -39,8 +39,8 @@ clean_$1 : clean_$1_$2 # INPLACE_BIN etc. might be empty if we're cleaning ifeq "$(findstring clean,$(MAKECMDGOALS))" "" ifneq "$$(BINDIST)" "YES" -$1/$2/$$($1_$2_PROG).prl: $1/$$($1_PERL_SRC) $$(UNLIT) | $$$$(dir $$$$@)/. - "$$(UNLIT)" $$(UNLIT_OPTS) $$< $$@ +$1/$2/$$($1_$2_PROG).prl: $1/$$($1_PERL_SRC) $$$$(unlit_INPLACE) | $$$$(dir $$$$@)/. + "$$(unlit_INPLACE)" $$(UNLIT_OPTS) $$< $$@ endif $1/$2/$$($1_$2_PROG): $1/$2/$$($1_$2_PROG).prl |