diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-03-29 13:14:20 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-29 22:15:37 +0000 |
commit | c5635c9e615e88513d4b0e5a9f3c09f7362ae843 (patch) | |
tree | ff8350226f0ac79915af7f34bb66fb53aed4759f /os2 | |
parent | 36db8e1961753172cb75b304825329d0efeb1164 (diff) | |
download | perl-c5635c9e615e88513d4b0e5a9f3c09f7362ae843.tar.gz |
Makefile.PL's in core must be called with PERL_CORE=1
Message-ID: <20020329231419.GI16816@blackrider>
p4raw-id: //depot/perl@15619
Diffstat (limited to 'os2')
-rw-r--r-- | os2/Makefile.SHs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os2/Makefile.SHs b/os2/Makefile.SHs index 23f6eadf06..ba3744457f 100644 --- a/os2/Makefile.SHs +++ b/os2/Makefile.SHs @@ -426,7 +426,7 @@ lib/auto/$p/*/%.a : $d/%/Makefile.aout cd $d/\$(basename \$(notdir \$@)) ; make -f Makefile.aout LINKTYPE=static CCCDLFLAGS= $d/%/Makefile.aout : miniperl_ \$(_preplibrary) \$(AOUT_EXTENSIONS_FORCE) - cd \$(dir \$@) ; ../../../../miniperl_ -I ../../../../lib Makefile.PL FIRST_MAKEFILE=Makefile.aout INSTALLDIRS=perl + cd \$(dir \$@) ; ../../../../miniperl_ -I ../../../../lib Makefile.PL FIRST_MAKEFILE=Makefile.aout INSTALLDIRS=perl PERL_CORE=1 !GROK!THIS! @@ -441,7 +441,7 @@ lib/auto/$p/*/%.a : $d/%/Makefile.aout cd $d/\$(basename \$(notdir \$@)) ; make -f Makefile.aout LINKTYPE=static CCCDLFLAGS= $d/%/Makefile.aout : miniperl_ \$(_preplibrary) \$(AOUT_EXTENSIONS_FORCE) - cd \$(dir \$@) ; ../../../miniperl_ -I ../../../lib Makefile.PL FIRST_MAKEFILE=Makefile.aout INSTALLDIRS=perl + cd \$(dir \$@) ; ../../../miniperl_ -I ../../../lib Makefile.PL FIRST_MAKEFILE=Makefile.aout INSTALLDIRS=perl PERL_CORE=1 !GROK!THIS! @@ -459,6 +459,6 @@ lib/auto/*/%.a : ext/%/Makefile.aout cd ext/$(basename $(notdir $@)) ; make -f Makefile.aout LINKTYPE=static CCCDLFLAGS= ext/%/Makefile.aout : miniperl_ $(_preplibrary) $(AOUT_EXTENSIONS_FORCE) - cd $(dir $@) ; ../../miniperl_ -I ../../lib Makefile.PL FIRST_MAKEFILE=Makefile.aout INSTALLDIRS=perl + cd $(dir $@) ; ../../miniperl_ -I ../../lib Makefile.PL FIRST_MAKEFILE=Makefile.aout INSTALLDIRS=perl PERL_CORE=1 !NO!SUBS! |