From: H.Merijn Brand Date: Mon, 9 Nov 2009 15:24:24 +0000 (+0100) Subject: perl.exp was not built in time on systems that required it (AIX, ...) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=56542e71a2958bc71cecc65855e02256aa6006fd;p=p5sagit%2Fp5-mst-13.2.git perl.exp was not built in time on systems that required it (AIX, ...) and it always needed that, but re-ordering of targets has exposed that --- diff --git a/Makefile.SH b/Makefile.SH index 9589ada..832e643 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1151,7 +1151,7 @@ manicheck: FORCE $(DYNALOADER): $(MINIPERL_EXE) preplibrary FORCE $(nonxs_ext) $(MINIPERL) make_ext.pl $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL) LINKTYPE=static $(STATIC_LDFLAGS) -d_dummy $(dynamic_ext): $(MINIPERL_EXE) preplibrary makeppport $(DYNALOADER) FORCE +d_dummy $(dynamic_ext): $(MINIPERL_EXE) preplibrary makeppport $(DYNALOADER) FORCE $(PERLEXPORT) $(MINIPERL) make_ext.pl $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL) LINKTYPE=dynamic s_dummy $(static_ext): $(MINIPERL_EXE) preplibrary makeppport $(DYNALOADER) FORCE