summaryrefslogtreecommitdiffstats
path: root/unix/dltest
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-30 07:40:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-30 07:40:19 (GMT)
commit801ae4d914336ab3d9d7be983286d8843c20e4c0 (patch)
treeca1c00f055aa63618f139057f44a16f3a6ca6d59 /unix/dltest
parentcd82527608d6856590780a5c0cf5b6fde1dfbadf (diff)
downloadtcl-801ae4d914336ab3d9d7be983286d8843c20e4c0.zip
tcl-801ae4d914336ab3d9d7be983286d8843c20e4c0.tar.gz
tcl-801ae4d914336ab3d9d7be983286d8843c20e4c0.tar.bz2
Revert 'fix' for [ac874937c5], committed as part of a "Merge 8.7" commit. It's wrong, since "embtest" is expected to be an executable, not a shared library
Diffstat (limited to 'unix/dltest')
-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 418f2bd..e8dce2f 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
- $(SHLIB_LD) -o $@ embtest.o ${SHLIB_LD_LIBS}
+ $(CC) -o $@ embtest.o ${SHLIB_LD_LIBS}
tcl9pkgπ${SHLIB_SUFFIX}: pkgπ.o
${SHLIB_LD} -o $@ pkgπ.o ${SHLIB_LD_LIBS}