diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-29 22:17:13 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-29 22:17:13 +0000 |
commit | 9c9e9f0863cb100e2963b00cc837c298fe9d4db4 (patch) | |
tree | fcdda71a9bab4f3bfabe198ec60f4194529899f2 /Makefile.SH | |
parent | c67bc3fc9f55cffcac327b2a38f97f828e12bb15 (diff) | |
download | perl-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.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 4 |
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!' |