diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-07-03 20:01:16 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-04 13:47:46 +0000 |
commit | 4bfb3f624ccca8bc803a1a2244df11c4bb8698b0 (patch) | |
tree | 955a84b98922d3638d5803b48f178269cdd27aca /ext/util | |
parent | 5f9563eab49befd199112a60726ea63c994b5708 (diff) | |
download | perl-4bfb3f624ccca8bc803a1a2244df11c4bb8698b0.tar.gz |
Fixing extra -I's with PERL_CORE
Message-ID: <20010704000116.C591@blackrider>
p4raw-id: //depot/perl@11134
Diffstat (limited to 'ext/util')
-rw-r--r-- | ext/util/make_ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/util/make_ext b/ext/util/make_ext index 54caf7dfd8..317dd5c8ce 100644 --- a/ext/util/make_ext +++ b/ext/util/make_ext @@ -116,7 +116,7 @@ nonxs) makeargs=""; esac if test ! -f $makefile ; then - test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl $passthru + test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl PERL_CORE=1 $passthru fi if test ! -f $makefile ; then if test -f Makefile.SH; then |