summaryrefslogtreecommitdiffstats
path: root/unix/dltest
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-30 13:40:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-30 13:40:48 (GMT)
commitda8010ca5c2e0945ad919bbf1d3b91ac2a8e6115 (patch)
tree16874eab54810e5ee1813f5c95d108d588641f5e /unix/dltest
parent801ae4d914336ab3d9d7be983286d8843c20e4c0 (diff)
parent6c5be5280faf2017b877ef61ec970f480265d014 (diff)
downloadtcl-da8010ca5c2e0945ad919bbf1d3b91ac2a8e6115.zip
tcl-da8010ca5c2e0945ad919bbf1d3b91ac2a8e6115.tar.gz
tcl-da8010ca5c2e0945ad919bbf1d3b91ac2a8e6115.tar.bz2
Merge 8.7. Remove unused TclArithSeriesObjLength()
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 e8dce2f..2b7a8ec 100644
--- a/unix/dltest/Makefile.in
+++ b/unix/dltest/Makefile.in
@@ -22,7 +22,7 @@ LDFLAGS_DEBUG = @LDFLAGS_DEBUG@
LDFLAGS_OPTIMIZE = @LDFLAGS_OPTIMIZE@
LDFLAGS = @LDFLAGS_DEFAULT@ @LDFLAGS@
-CC_SWITCHES = $(CFLAGS) -I${SRC_DIR}/../../generic -DTCL_MEM_DEBUG \
+CC_SWITCHES = $(CFLAGS) -I${SRC_DIR}/../../generic \
${SHLIB_CFLAGS} -DUSE_TCL_STUBS ${AC_FLAGS}
all: embtest tcl9pkga${SHLIB_SUFFIX} tcl9pkgb${SHLIB_SUFFIX} tcl9pkgc${SHLIB_SUFFIX} \