summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog5
-rw-r--r--win/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 483771e..95265f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-06 Jeff Hobbs <hobbs@ajubasolutions.com>
+
+ * win/Makefile.in (cat32.${OBJEXT}): add win/ subdirectory to
+ cat32 target to correctly find the source file.
+
2000-10-05 Eric Melski <ericm@ajubasolutions.com>
* generic/tkCmds.c (Tk_WinfoObjCmd): Added check for
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}