diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-17 18:06:16 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-17 18:06:16 +0000 |
commit | be949f6f8d76dc68c309e81d71dc9220da0697ea (patch) | |
tree | 6b1774522f468b5d5814d9afe11fc60af26cad8d /Makefile.SH | |
parent | 193fb0af655271cf677405f90a6a2f31fa61badd (diff) | |
download | perl-be949f6f8d76dc68c309e81d71dc9220da0697ea.tar.gz |
5.004_67 niggles
p4raw-id: //depot/perl@1139
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 c26b955e4e..f73925c7ae 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -374,7 +374,7 @@ lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm $(LDLIBPTH) ./miniperl minimod.pl > tmp && mv tmp $@ $(plextract): miniperl lib/Config.pm - `echo $(LDLIBPTH) ./miniperl -Ilib $@.PL` + echo $(LDLIBPTH) ./miniperl -Ilib $@.PL install: all install.perl install.man |