summaryrefslogtreecommitdiff
path: root/Examples/Makefile.in
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-07-28 14:30:43 +1200
committerOlly Betts <olly@survex.com>2022-07-28 14:30:43 +1200
commit64d72483c606c3c463e857de39473b4f5f725438 (patch)
tree345d11abf613d0d3a7c9d02159b1baec2b04343a /Examples/Makefile.in
parent8cc3d04a354450d51f5f50b98789d912befb557a (diff)
downloadswig-64d72483c606c3c463e857de39473b4f5f725438.tar.gz
Clean up Tcl version docs and handling
We require 8.4 now which simplifies things a bit.
Diffstat (limited to 'Examples/Makefile.in')
-rw-r--r--Examples/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Makefile.in b/Examples/Makefile.in
index 532152e80..03b33430c 100644
--- a/Examples/Makefile.in
+++ b/Examples/Makefile.in
@@ -191,7 +191,7 @@ tcl: $(SRCDIR_SRCS)
$(TCLLDSHARED) $(CFLAGS) $(LDFLAGS) $(OBJS) $(IOBJS) $(TCL_DLNK) $(LIBS) -o $(LIBPREFIX)$(TARGET)$(TCL_SO) $(TCL_LINK)
# -----------------------------------------------------------
-# Build a Tcl7.5 dynamic loadable module for C++
+# Build a Tcl dynamic loadable module for C++
# -----------------------------------------------------------
tcl_cpp: $(SRCDIR_SRCS)