From 535ce2143fdbc17f8a3816d44a821db0c2c7f2d2 Mon Sep 17 00:00:00 2001 From: Laszlo Molnar Date: Wed, 10 Jun 1998 02:53:25 +0200 Subject: Makefile.SH problem on dos/djgpp Message-ID: <19980610005325.D162@cdata.tvnet.hu> p4raw-id: //depot/perl@1115 --- Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.SH') 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 -- cgit v1.2.1