From: Jarkko Hietaniemi Date: Mon, 28 Feb 2000 03:46:14 +0000 (+0000) Subject: A less ambitious version of #5292. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b4d4469a3ac9b1b6dcadffe2050cf08f602202ab;p=p5sagit%2Fp5-mst-13.2.git A less ambitious version of #5292. p4raw-id: //depot/cfgperl@5307 --- diff --git a/Makefile.SH b/Makefile.SH index 56c5d91..1917d73 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