summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-12-30 11:56:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-12-30 11:56:54 (GMT)
commit97a9d67a6651017b5b10fe38078583043b1cb1d7 (patch)
tree5f91f83d805af297fa612d00729999e38117ca23 /unix/Makefile.in
parenta8aff291ddf774fee8b1da5ccf150cc3fddae5af (diff)
downloadtcl-97a9d67a6651017b5b10fe38078583043b1cb1d7.zip
tcl-97a9d67a6651017b5b10fe38078583043b1cb1d7.tar.gz
tcl-97a9d67a6651017b5b10fe38078583043b1cb1d7.tar.bz2
put the other definition of a trim set in the header file too
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 2b8e6b9..71851e6 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1309,7 +1309,7 @@ tclStubInit.o: $(GENERIC_DIR)/tclStubInit.c
tclTrace.o: $(GENERIC_DIR)/tclTrace.c
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclTrace.c
-tclUtil.o: $(GENERIC_DIR)/tclUtil.c $(PARSEHDR)
+tclUtil.o: $(GENERIC_DIR)/tclUtil.c $(PARSEHDR) $(TRIMHDR)
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclUtil.c
tclUtf.o: $(GENERIC_DIR)/tclUtf.c $(GENERIC_DIR)/tclUniData.c