summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-05-28 04:30:38 (GMT)
committerhobbs <hobbs>2001-05-28 04:30:38 (GMT)
commitb0b6fb04908df93939a3dd4f3428c7e238d2e8f5 (patch)
tree2d548d6a7077e66f1baa47f78db0f0e0ed7bce48
parent7020fb91a050e62108ecf624e8c95fde9593735f (diff)
downloadtcl-b0b6fb04908df93939a3dd4f3428c7e238d2e8f5.zip
tcl-b0b6fb04908df93939a3dd4f3428c7e238d2e8f5.tar.gz
tcl-b0b6fb04908df93939a3dd4f3428c7e238d2e8f5.tar.bz2
unix/Makefile.in (tclUtf.o): added tclUniData.c dependency
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 7a4bb67..26f7cdb 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.75 2001/05/11 23:02:18 mdejong Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.76 2001/05/28 04:30:38 hobbs Exp $
VERSION = @TCL_VERSION@
@@ -913,7 +913,7 @@ tclStubInit.o: $(GENERIC_DIR)/tclStubInit.c
tclUtil.o: $(GENERIC_DIR)/tclUtil.c
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclUtil.c
-tclUtf.o: $(GENERIC_DIR)/tclUtf.c
+tclUtf.o: $(GENERIC_DIR)/tclUtf.c $(GENERIC_DIR)/tclUniData.c
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclUtf.c
tclVar.o: $(GENERIC_DIR)/tclVar.c