This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.002gamma: Makefile.SH
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Mon, 5 Feb 1996 20:42:13 +0000 (20:42 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Mon, 5 Feb 1996 20:42:13 +0000 (20:42 +0000)
Include the proper -Ilib for miniperl test.

Use ./miniperl in case user doesn't have '.' in PATH.

Makefile.SH

index 0560beb..41e30e3 100644 (file)
@@ -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