diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-07 22:44:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-07 22:44:35 +0000 |
commit | 70c6e6715e8fec534f9236582535b86c47365950 (patch) | |
tree | 5b09d7d449d3e2cdf6d00120dd2fa35f7c33b043 /Makefile.SH | |
parent | fec5317b562f0dbdfcbb1cf6b2343a9b50b784c1 (diff) | |
download | perl-70c6e6715e8fec534f9236582535b86c47365950.tar.gz |
Don't autogenerate the headers et alia,
make regen_headers explicitly.
p4raw-id: //depot/perl@11604
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Makefile.SH b/Makefile.SH index 2de7fe6c21..2d8454a924 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -784,31 +784,6 @@ CHMOD_W = chmod +w # To force them to be regenerated, type # make regen_headers -keywords.h: keywords.pl - -perl keywords.pl - -OPCODE_PL_OUTPUT = opcode.h opnames.h pp_proto.h pp.sym - -$(OPCODE_PL_OUTPUT): opcode.pl - -perl opcode.pl - -# Really the prerequisites for the next rule should only be "embed.pl pp.sym" -# Writing it this way gives make a big hint to always run opcode.pl before -# embed.pl. The alternative - running embed.pl then opcode.pl causes embed.pl -# to be re-run next make invocation, and then all object files get recompiled. - -proto.h embed.h embedvar.h global.sym objXSUB.h perlapi.h perlapi.c pod/perlintern.pod pod/perlapi.pod: embed.pl $(OPCODE_PL_OUTPUT) - -perl embed.pl - -ext/ByteLoader/byterun.h ext/ByteLoader/byterun.c ext/B/B/Asmdata.pm: bytecode.pl - -perl bytecode.pl - -regnodes.h: regcomp.pl - -perl regcomp.pl - -warnings.h lib/warnings.pm: warnings.pl - -perl warnings.pl - AUTOGEN_FILES = keywords.h opcode.h opnames.h pp_proto.h pp.sym proto.h \ embed.h embedvar.h global.sym \ pod/perlintern.pod pod/perlapi.pod \ |