summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Salzenberg <chip@perl.com>1997-01-16 09:36:47 +1200
committerChip Salzenberg <chip@atlantic.net>1997-03-09 11:57:19 +1200
commitd61352737a77b3958692271b5eeff7b8f075b7e0 (patch)
tree3100a9a14975cdce7ac760dd50917ca01c770b36
parentd409519965f1abcba7d1fa62a56192b4964d4e5b (diff)
downloadperl-d61352737a77b3958692271b5eeff7b8f075b7e0.tar.gz
Don't use $(LIBS) when creating shared libperl
-rwxr-xr-xMakefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index b62627b8b1..d0a16a5158 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -248,7 +248,7 @@ $(LIBPERL): $& perl$(OBJ_EXT) $(obj)
case "$useshrplib" in
true)
$spitshell >>Makefile <<'!NO!SUBS!'
- $(LD) $(LDDLFLAGS) -o $@ perl$(OBJ_EXT) $(obj) $(libs)
+ $(LD) $(LDDLFLAGS) -o $@ perl$(OBJ_EXT) $(obj)
!NO!SUBS!
;;
*)