From: Perl 5 Porters Date: Mon, 5 Feb 1996 20:42:13 +0000 (+0000) Subject: perl 5.002gamma: Makefile.SH X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73169306e9ceb190e27be94c8eb18f57df5e35bc;p=p5sagit%2Fp5-mst-13.2.git perl 5.002gamma: Makefile.SH Include the proper -Ilib for miniperl test. Use ./miniperl in case user doesn't have '.' in PATH. --- diff --git a/Makefile.SH b/Makefile.SH index 0560beb..41e30e3 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -232,7 +232,7 @@ FORCE: miniperl: $& miniperlmain.o $(perllib) $(CC) $(LARGE) $(CLDFLAGS) -o miniperl miniperlmain.o $(perllib) $(libs) - @miniperl -w -MExporter -e 0 || $(MAKE) minitest + @./miniperl -w -Ilib -MExporter -e 0 || $(MAKE) minitest miniperlmain.o: miniperlmain.c $(CCCMD) $(PLDLFLAGS) $*.c