This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4db66d7
)
perl 5.002gamma: Makefile.SH
author
Perl 5 Porters
<perl5-porters@africa.nicoh.com>
Mon, 5 Feb 1996 20:42:13 +0000
(20:42 +0000)
committer
Andy 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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
0560beb
..
41e30e3
100644
(file)
--- 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