# New Ticket Created by Will Coleda
# Please include the string: [perl #29943]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=29943 >
Brings tcl's makefile in line with recent changes.
MANIFEST could also use a facelift, thanks.
RCS file: /cvs/public/parrot/config/gen/makefiles/tcl.in,v
retrieving revision 1.3
diff -u -r1.3 tcl.in
--- config/gen/makefiles/tcl.in 19 Mar 2004 08:52:21 -0000 1.3
+++ config/gen/makefiles/tcl.in 29 May 2004 01:02:01 -0000
@@ -5,8 +5,8 @@
MYPATH = languages${slash}tcl${slash}
DEPS = $(RELPATH)$(PARROT) \
+lib/tcllib.imc \
lib/backslash_newline_subst.imc \
-lib/backslash_subst.imc \
lib/commands/append.imc \
lib/commands/array.imc \
lib/commands/break.imc \
@@ -67,8 +67,7 @@
lib/ops/unequal.imc \
lib/parse.imc \
lib/string_to_list.imc \
-lib/substitution.imc \
-lib/var_subst.imc \
+lib/tclword.imc \
tcl.imc_template \
tcl.pl