--- pl/tcl/Makefile.orig	Fri Nov 13 00:08:57 1998
+++ pl/tcl/Makefile	Fri Nov 13 00:14:50 1998
@@ -44,8 +44,16 @@
 # they should work if the shared build of tcl was successful
 # on this system.
 #
-%$(TCL_SHLIB_SUFFIX):	%.o
-	$(TCL_SHLIB_LD) -o $@ $< $(TCL_SHLIB_LD_LIBS) $(TCL_LIB_SPEC) $(TCL_LIBS)
+# XXX - This rule is already present - and this technique won't work anyway,
+#	since the twice-eval'd value of TCL_SHLIB_LD in FreeBSD ELF:
+#
+#		TCL_SHLIB_LD=ld -shared -x -soname $@
+#
+#	will lose the trailing '$@', setting the soname to '-o' below and
+#	generally messing things up.
+#
+#%$(TCL_SHLIB_SUFFIX):	%.o
+#	$(TCL_SHLIB_LD) -o $@ $< $(TCL_SHLIB_LD_LIBS) $(TCL_LIB_SPEC) $(TCL_LIBS)
 
 
 #
