summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-08-23 16:08:55 +0200
committerNicholas Clark <nick@ccl4.org>2011-08-23 16:08:55 +0200
commit2caceca9d42200d35b15d23e821c0e6347acca82 (patch)
treea595250c9aa51622f2115c034d3b7970736a9664 /Makefile.SH
parent1f7ae1bebc8320dc91487a39ea193bcc924a8bb3 (diff)
downloadperl-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-xMakefile.SH2
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