summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2001-05-28 04:30:37 (GMT)
committerhobbs <hobbs@noemail.net>2001-05-28 04:30:37 (GMT)
commit6b39c02b24d2541d8450734c982ec2294b3bc977 (patch)
tree2d548d6a7077e66f1baa47f78db0f0e0ed7bce48 /unix
parent9c6e6e44103fc605f7320de7563cf678af607bf7 (diff)
downloadtcl-6b39c02b24d2541d8450734c982ec2294b3bc977.zip
tcl-6b39c02b24d2541d8450734c982ec2294b3bc977.tar.gz
tcl-6b39c02b24d2541d8450734c982ec2294b3bc977.tar.bz2
unix/Makefile.in (tclUtf.o): added tclUniData.c dependency
FossilOrigin-Name: 7372f5f64dd1f622737e20c04dd3bd22e105439c
Diffstat (limited to 'unix')
-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