diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-18 20:13:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-18 20:13:02 +0000 |
commit | 41d0071308c758be3a84fe1108be85969569855d (patch) | |
tree | 658030b3a745c6cd3c06530e4c8b25e31ceb2f32 | |
parent | 869c441986d207695e1db5d08c1703d0bbc66257 (diff) | |
download | perl-41d0071308c758be3a84fe1108be85969569855d.tar.gz |
Forgotten s/warning/warnings/.
p4raw-id: //depot/cfgperl@4408
-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 |