diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-20 00:52:34 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-20 00:52:34 +0000 |
commit | 21f5b33c2ff83250a8b108970fbdc5a1d14c7523 (patch) | |
tree | d9cd1cb7e6fa7057e4df3c1580b5bbe2b6b5f4c9 /Makefile.SH | |
parent | 1cf742e9f3827d6e3e6d677b0e04e503d374e6fa (diff) | |
download | perl-21f5b33c2ff83250a8b108970fbdc5a1d14c7523.tar.gz |
disable optimizing troublesome ops in change#3612
(from Ilya Zakharevich)
p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e
p4raw-id: //depot/perl@4415
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 2e88cdd333..7c542a6a3f 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -563,7 +563,7 @@ CHMOD_W = chmod +w # To force them to run, type # make regen_headers regen_headers: FORCE - $(CHMOD_W) proto.h warning.h lib/warning.pm + $(CHMOD_W) proto.h warnings.h lib/warnings.pm perl keywords.pl perl opcode.pl perl embed.pl |