From: Perl 5 Porters Date: Thu, 29 Aug 1996 22:17:13 +0000 (+0000) Subject: perl 5.003_04: Makefile.SH X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c9e9f0863cb100e2963b00cc837c298fe9d4db4;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_04: Makefile.SH For building shared libperl, relocate whole rule to inside the if test -f $osname/Makefile.SHs case. --- diff --git a/Makefile.SH b/Makefile.SH index a31db2a..1dad340 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -254,7 +254,6 @@ pureperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs quantperl: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs quantify $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o quantperl perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LIBPERL) `cat ext.libs` $(libs) -$(LIBPERL): $& perl$(OBJ_EXT) $(obj) !NO!SUBS! # How to build libperl. This is still rather convoluted. # Load up custom Makefile.SH fragments? @@ -265,6 +264,9 @@ if test -r $osname/Makefile.SHs ; then Makefile: $osname/Makefile.SHs !GROK!THIS! else + $spitshell >>Makefile <>Makefile <<'!NO!SUBS!'