Cargo-cult fix for an AIX build problem
authorJan Dubois <jand@activestate.com>
Thu, 26 Apr 2007 17:02:01 +0000 (10:02 -0700)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 27 Apr 2007 07:56:05 +0000 (07:56 +0000)
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <048b01c7885f$48862510$d9926f30$@com>

p4raw-id: //depot/perl@31098

Makefile.SH

index 3d8cae0..25188cf 100644 (file)
@@ -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