diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-30 11:56:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-30 11:56:54 (GMT) |
commit | 97a9d67a6651017b5b10fe38078583043b1cb1d7 (patch) | |
tree | 5f91f83d805af297fa612d00729999e38117ca23 /unix | |
parent | a8aff291ddf774fee8b1da5ccf150cc3fddae5af (diff) | |
download | tcl-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')
-rw-r--r-- | unix/Makefile.in | 2 |
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 |