diff options
author | Laszlo Molnar <laszlo.molnar@eth.ericsson.se> | 1998-06-10 02:53:25 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-11 06:33:21 +0000 |
commit | 535ce2143fdbc17f8a3816d44a821db0c2c7f2d2 (patch) | |
tree | b21fc400a0f88a9f25a8e0b99c051fb8731b3344 /Makefile.SH | |
parent | f9277f475182e73cbf77386678e16ed5037ab2bb (diff) | |
download | perl-535ce2143fdbc17f8a3816d44a821db0c2c7f2d2.tar.gz |
Makefile.SH problem on dos/djgpp
Message-ID: <19980610005325.D162@cdata.tvnet.hu>
p4raw-id: //depot/perl@1115
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 4f78f57d74..c26b955e4e 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 - $(LDLIBPTH) ./miniperl -Ilib $@.PL + `echo $(LDLIBPTH) ./miniperl -Ilib $@.PL` install: all install.perl install.man |