diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-02-05 20:42:13 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-02-05 20:42:13 +0000 |
commit | 73169306e9ceb190e27be94c8eb18f57df5e35bc (patch) | |
tree | 3dda6f6b7fcf1a9c87edfbb67b894ea26c2c0fd8 /Makefile.SH | |
parent | 4db66d7bb5df0601ac1c9454f25cf6a3dc1abe12 (diff) | |
download | perl-73169306e9ceb190e27be94c8eb18f57df5e35bc.tar.gz |
perl 5.002gamma: Makefile.SH
Include the proper -Ilib for miniperl test.
Use ./miniperl in case user doesn't have '.' in PATH.
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 0560bebd8b..41e30e3e4e 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 |