projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d409519
)
Don't use $(LIBS) when creating shared libperl
Chip Salzenberg [Wed, 15 Jan 1997 21:36:47 +0000 (09:36 +1200)]
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
b62627b
..
d0a16a5
100755
(executable)
--- 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!
;;
*)