diff options
author | Chip Salzenberg <chip@perl.com> | 1997-01-16 09:36:47 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-03-09 11:57:19 +1200 |
commit | d61352737a77b3958692271b5eeff7b8f075b7e0 (patch) | |
tree | 3100a9a14975cdce7ac760dd50917ca01c770b36 /Makefile.SH | |
parent | d409519965f1abcba7d1fa62a56192b4964d4e5b (diff) | |
download | perl-d61352737a77b3958692271b5eeff7b8f075b7e0.tar.gz |
Don't use $(LIBS) when creating shared libperl
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
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! ;; *) |