summaryrefslogtreecommitdiffstats
path: root/unix
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)
commit413a0c2501a1e8fb04bd3f192513ecee64f941f6 (patch)
tree5f91f83d805af297fa612d00729999e38117ca23 /unix
parent76007824cc7230f1c7cce2fb188eee69a045079a (diff)
downloadtcl-413a0c2501a1e8fb04bd3f192513ecee64f941f6.zip
tcl-413a0c2501a1e8fb04bd3f192513ecee64f941f6.tar.gz
tcl-413a0c2501a1e8fb04bd3f192513ecee64f941f6.tar.bz2
put the other definition of a trim set in the header file too
Diffstat (limited to 'unix')
-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