diff options
-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 |