summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1999-09-29 14:58:23 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-30 09:45:22 +0000
commitdae78bb16a19ac7f9a4bba0f6b4615eb3c221bf3 (patch)
tree317e3e3bf61e6555272cc39f3891c0193fbe6aa3 /Makefile.SH
parentd39bda52bf2a9b53e6d633ed28f3354ef5b6ccac (diff)
downloadperl-dae78bb16a19ac7f9a4bba0f6b4615eb3c221bf3.tar.gz
Re: _58, _61 Argument "" is not numeric in sprintf
To: Gurusamy Sarathy <gsar@activestate.com> Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4256
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 09f7f9c8ec..bf98183e06 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