diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 03:46:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 03:46:14 +0000 |
commit | b4d4469a3ac9b1b6dcadffe2050cf08f602202ab (patch) | |
tree | 9e61e25a99ac5353f8f4c3ed7750ac9370190777 /Makefile.SH | |
parent | c83f8f39042fe95a7804229df43bf68442103a34 (diff) | |
download | perl-b4d4469a3ac9b1b6dcadffe2050cf08f602202ab.tar.gz |
A less ambitious version of #5292.
p4raw-id: //depot/cfgperl@5307
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/Makefile.SH b/Makefile.SH index 56c5d91f1c..1917d733fa 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -619,20 +619,21 @@ CHMOD_W = chmod +w # To force them to be regenerated, type # make regen_headers -AUTOGEN_FILES = keywords.h opcode.h opnames.h pp_proto.h pp.sym embed.h \ - embedvar.h global.sym pod/perlintern.pod pod/perlapi.pod \ +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 \ objXSUB.h perlapi.h perlapi.c ext/ByteLoader/byterun.h \ ext/ByteLoader/byterun.c ext/B/B/Asmdata.pm regnodes.h \ warnings.h lib/warnings.pm regen_headers: FORCE - $(CHMOD_W) $(AUTOGEN_FILES) - perl keywords.pl - perl opcode.pl - perl embed.pl - perl bytecode.pl - perl regcomp.pl - perl warnings.pl + -$(CHMOD_W) $(AUTOGEN_FILES) + -perl keywords.pl + -perl opcode.pl + -perl embed.pl + -perl bytecode.pl + -perl regcomp.pl + -perl warnings.pl # Extensions: # Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will |