summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-22 09:41:37 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-24 09:25:12 -0800
commitf2c01b15f5d3274b0f6ed66037d846fb617bf496 (patch)
tree6e5f35a86378710213580d65594c9405a311ffdc /Makefile.SH
parent23a52d6b1d16cc250eb1dba0dc48439ff677e635 (diff)
downloadperl-f2c01b15f5d3274b0f6ed66037d846fb617bf496.tar.gz
Add feature.h, with constants for feature bundles
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 4791e5c73a..a9ed850a74 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1153,7 +1153,7 @@ CHMOD_W = chmod +w
# opcode.pl: opcode.h opnames.h pp_proto.h
# regcomp.pl: regnodes.h
# warnings.pl: warnings.h lib/warnings.pm
-# feature.pl: lib/feature.pm
+# feature.pl: feature.h lib/feature.pm
# The correct versions should be already supplied with the perl kit,
# in case you don't have perl available.
# To force them to be regenerated, run
@@ -1163,7 +1163,7 @@ CHMOD_W = chmod +w
AUTOGEN_FILES = opcode.h opnames.h pp_proto.h proto.h embed.h embedvar.h \
perlapi.h perlapi.c regnodes.h warnings.h lib/warnings.pm \
- lib/feature.pm
+ lib/feature.pm feature.h
.PHONY: regen_headers regen_all