diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-06-01 00:31:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-06-01 00:31:13 +0000 |
commit | 3ebb1980d7baad7ae5ab38ede4e51b335c8427ba (patch) | |
tree | cfaa547e0a2524cefeed52d521eed93930445ad1 /Makefile.SH | |
parent | 40d5620ea652246db588da0343c2cd0b757737fc (diff) | |
download | perl-3ebb1980d7baad7ae5ab38ede4e51b335c8427ba.tar.gz |
microperl nits from Simon Cozens.
p4raw-id: //depot/cfgperl@6180
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 ab4fcc57ce..d00b85cecd 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -224,7 +224,7 @@ private = preplibrary lib/ExtUtils/Miniperl.pm lib/Config.pm sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \ makedir.SH myconfig.SH writemain.SH -shextract = Makefile cflags config.h uconfig.h makeaperl makedepend \ +shextract = Makefile cflags config.h makeaperl makedepend \ makedir myconfig writemain # Files to be built with variable substitution after miniperl is |