summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-08-12 00:37:35 (GMT)
committerhobbs <hobbs>2010-08-12 00:37:35 (GMT)
commit068f042f5e3805593b4d2fe44e9887a70bcefb06 (patch)
treeed8212a65bcfb1d879a0120b43b6d91edc39973f
parent5d5e7466b567437b2f9a6a559a4998e77bd93fa2 (diff)
downloadtk-068f042f5e3805593b4d2fe44e9887a70bcefb06.zip
tk-068f042f5e3805593b4d2fe44e9887a70bcefb06.tar.gz
tk-068f042f5e3805593b4d2fe44e9887a70bcefb06.tar.bz2
* win/Makefile.in (%.${OBJEXT}): better implicit rules support
-rw-r--r--ChangeLog2
-rw-r--r--win/Makefile.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a3c0991..003c68f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-08-11 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/Makefile.in (%.${OBJEXT}): better implicit rules support
+
* unix/configure: regen with ac-2.59
* unix/configure.in, unix/Makefile.in:
* unix/tcl.m4 (AIX): remove the need for ldAIX, replace with
diff --git a/win/Makefile.in b/win/Makefile.in
index 26783a8..4348267 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.78.2.3 2009/10/15 17:48:50 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.78.2.4 2010/08/12 00:37:35 hobbs Exp $
TCLVERSION = @TCL_VERSION@
TCLPATCHL = @TCL_PATCH_LEVEL@
@@ -666,7 +666,7 @@ tkWindow.$(OBJEXT): configure Makefile
# Implicit rule for all object files that will end up in the Tcl library
-.c.$(OBJEXT):
+%.$(OBJEXT): %.c
$(CC) -c $(STUB_CC_SWITCHES) -DBUILD_tk -DBUILD_ttk @DEPARG@ $(CC_OBJNAME)
.rc.$(RES):