summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-10-06 21:24:48 (GMT)
committerhobbs <hobbs>2000-10-06 21:24:48 (GMT)
commit828191c52e5612c668e01dd6d75509297aea5e51 (patch)
tree95a4e0af16c2f8989195bab5fa396d03ae18bf12 /win/Makefile.in
parent250f34d4aa82b5c5d86b64b06f8d50e532e3ec38 (diff)
downloadtk-828191c52e5612c668e01dd6d75509297aea5e51.zip
tk-828191c52e5612c668e01dd6d75509297aea5e51.tar.gz
tk-828191c52e5612c668e01dd6d75509297aea5e51.tar.bz2
* win/Makefile.in (cat32.${OBJEXT}): add win/ subdirectory to
cat32 target to correctly find the source file.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 38c2455..167ba3b 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,7 +4,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.31 2000/09/29 21:40:54 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.32 2000/10/06 21:24:48 hobbs Exp $
TCLVERSION = @TCL_VERSION@
VERSION = @TK_VERSION@
@@ -510,7 +510,7 @@ $(TKTEST): $(TK_LIB_FILE) $(TKTEST_OBJS) wish.$(RES) $(CAT32)
$(TK_LIB_FILE) $(LIBS) \
wish.$(RES) $(CC_EXENAME) $(LDFLAGS_WINDOW)
-cat32.${OBJEXT}: $(TCL_SRC_DIR)/cat.c
+cat32.${OBJEXT}: $(TCL_SRC_DIR)/win/cat.c
$(CC) -c $(CC_SWITCHES) $(DEPARG) $(CC_OBJNAME)
$(CAT32): cat32.${OBJEXT}