summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-08-29 22:17:13 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-08-29 22:17:13 +0000
commit9c9e9f0863cb100e2963b00cc837c298fe9d4db4 (patch)
treefcdda71a9bab4f3bfabe198ec60f4194529899f2
parentc67bc3fc9f55cffcac327b2a38f97f828e12bb15 (diff)
downloadperl-9c9e9f0863cb100e2963b00cc837c298fe9d4db4.tar.gz
perl 5.003_04: Makefile.SH
For building shared libperl, relocate whole rule to inside the if test -f $osname/Makefile.SHs case.
-rwxr-xr-xMakefile.SH4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index a31db2ada2..1dad34044c 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 <<!NO!SUBS!
+$(LIBPERL): $& perl$(OBJ_EXT) $(obj)
+!NO!SUBS!
case "$useshrplib" in
true)
$spitshell >>Makefile <<'!NO!SUBS!'