X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.SH;h=bf98183e0669f69b94703be54d0e06dddf50ca7b;hb=b3656ec34f74d879ca158a5689e6d4537869c415;hp=09f7f9c8ec89ffecd97c4827d4f4cbc4d4848393;hpb=290be4b17714eb14435a8d44bda86ab53196c0fc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Makefile.SH b/Makefile.SH index 09f7f9c..bf98183 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -539,6 +539,8 @@ SYM = global.sym globvar.sym perlio.sym pp.sym SYMH = perlvars.h intrpvar.h thrdvar.h +CHMOD_W = chmod +w + # The following files are generated automatically # keywords.h: keywords.pl # opcode.h: opcode.pl @@ -557,6 +559,7 @@ SYMH = perlvars.h intrpvar.h thrdvar.h # To force them to run, type # make regen_headers regen_headers: FORCE + $(CHMOD_W) proto.h warning.h lib/warning.pm perl keywords.pl perl opcode.pl perl embed.pl