From 1717e55b5f23ca65bf93baf446aa29288f819bdd Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 29 Jul 2005 10:04:49 +0000 Subject: [PATCH] fix typo (missing '\' ) --- tclpkg/tcldot/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclpkg/tcldot/Makefile.am b/tclpkg/tcldot/Makefile.am index 9bac2a428..407aeaec2 100644 --- a/tclpkg/tcldot/Makefile.am +++ b/tclpkg/tcldot/Makefile.am @@ -31,7 +31,7 @@ html_DATA = $(html) endif libtcldot_la_SOURCES = tcldot.c tkgen.c \ - $(top_srcdir)/tclpkg/gdtclft/gdtclft.c + $(top_srcdir)/tclpkg/gdtclft/gdtclft.c \ $(top_srcdir)/lib/gvc/builtins.c libtcldot_la_LIBADD = \ $(top_builddir)/tclpkg/tclhandle/libtclhandle.la \ -- 2.40.0