diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 22:06:05 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 22:06:05 +0000 |
commit | a3f9223b8714edf9abd00efc3fc8a087202f1e98 (patch) | |
tree | 864e80e1bc17b9b6822075f787db1998df1cf778 /Makefile.SH | |
parent | 8bdb6b785a3cb52035ddc04a87c7205d48a625a6 (diff) | |
download | perl-a3f9223b8714edf9abd00efc3fc8a087202f1e98.tar.gz |
small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
p4raw-id: //depot/perl@1457
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index f0a70e828d..260c23515c 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -380,10 +380,11 @@ preplibrary: miniperl lib/Config.pm $(plextract) # try 'make minitest' and/or commenting out the tests at the end of configpm.) lib/Config.pm: config.sh miniperl configpm $(LDLIBPTH) ./miniperl configpm tmp - sh mv-if-diff tmp lib/Config.pm + sh mv-if-diff tmp $@ lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm - $(LDLIBPTH) ./miniperl minimod.pl > tmp && ( rm -f $@ ; mv tmp $@ ) + $(LDLIBPTH) ./miniperl minimod.pl > tmp + sh mv-if-diff tmp $@ lib/re.pm: ext/re/re.pm cat ext/re/re.pm > $@ |