summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/dltest/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/dltest/Makefile.in b/unix/dltest/Makefile.in
index e8dce2f..418f2bd 100644
--- a/unix/dltest/Makefile.in
+++ b/unix/dltest/Makefile.in
@@ -79,7 +79,7 @@ pkgooa.o: $(SRC_DIR)/pkgooa.c
$(CC) -c $(CC_SWITCHES) $(SRC_DIR)/pkgooa.c
embtest: embtest.o
- $(CC) -o $@ embtest.o ${SHLIB_LD_LIBS}
+ $(SHLIB_LD) -o $@ embtest.o ${SHLIB_LD_LIBS}
tcl9pkgπ${SHLIB_SUFFIX}: pkgπ.o
${SHLIB_LD} -o $@ pkgπ.o ${SHLIB_LD_LIBS}