diff options
-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 |