summaryrefslogtreecommitdiff
path: root/Cross
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 /Cross
parent23a52d6b1d16cc250eb1dba0dc48439ff677e635 (diff)
downloadperl-f2c01b15f5d3274b0f6ed66037d846fb617bf496.tar.gz
Add feature.h, with constants for feature bundles
Diffstat (limited to 'Cross')
-rw-r--r--Cross/Makefile-cross-SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index eaa1057132..d71364d5a2 100644
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -848,7 +848,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.pl
+# feature.pl: feature.h lib/feature.pl
# 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
@@ -858,7 +858,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