diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-08-23 16:08:55 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-08-23 16:08:55 +0200 |
commit | 2caceca9d42200d35b15d23e821c0e6347acca82 (patch) | |
tree | a595250c9aa51622f2115c034d3b7970736a9664 /Makefile.SH | |
parent | 1f7ae1bebc8320dc91487a39ea193bcc924a8bb3 (diff) | |
download | perl-2caceca9d42200d35b15d23e821c0e6347acca82.tar.gz |
Run regen/uconfig_h.pl as part of the regen and regen_headers targets.
regen/uconfig_h.pl can't be run (by default) by regen.pl, as regen.pl needs
to be cross-platform, whilst regen/uconfig_h.pl relies on having a Bourne
Shell. However, if one has managed to extract Makefile from Makefile.SH,
that's clear proof that one has a working Bourne Shell available :-)
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 6ec50dd774..f16bd19053 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1148,9 +1148,11 @@ AUTOGEN_FILES = opcode.h opnames.h pp_proto.h proto.h \ regen: FORCE -perl regen.pl + -perl regen/uconfig_h.pl regen_headers: FORCE -perl regen.pl -v + -perl regen/uconfig_h.pl -v regen_meta: META.yml |