summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2007-04-26 10:02:01 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-27 07:56:05 +0000
commit0107c41aeeb482cc383e81f082a3b65956c25293 (patch)
treee104c0943a45b4a165bf56f21e408bdfb9184268 /Makefile.SH
parentc7e093b82721727e685c42b5e5869705c6011be6 (diff)
downloadperl-0107c41aeeb482cc383e81f082a3b65956c25293.tar.gz
Cargo-cult fix for an AIX build problem
From: "Jan Dubois" <jand@activestate.com> Message-ID: <048b01c7885f$48862510$d9926f30$@com> p4raw-id: //depot/perl@31098
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 3d8cae0ffc..25188cf1e0 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -599,6 +599,7 @@ $(LIBPERL): $& $(obj) $(DYNALOADER) $(LIBPERLEXPORT)
case "$useshrplib" in
true)
$spitshell >>Makefile <<'!NO!SUBS!'
+ rm -f $@
$(LD) -o $@ $(SHRPLDFLAGS) $(obj) $(DYNALOADER) $(libs)
!NO!SUBS!
case "$osname" in