summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-08-04 19:23:12 (GMT)
committerhobbs <hobbs>2010-08-04 19:23:12 (GMT)
commit2ac203fc20c03c871fcacad69347193fb37ead91 (patch)
treec56f41f8d913d4c6e4903cebad84ad2dd8e2a9ce
parentd22e96bfc585f1e3d9b592a0dfdeeabe1c6a49e2 (diff)
downloadtcl-2ac203fc20c03c871fcacad69347193fb37ead91.zip
tcl-2ac203fc20c03c871fcacad69347193fb37ead91.tar.gz
tcl-2ac203fc20c03c871fcacad69347193fb37ead91.tar.bz2
* win/Makefile.in (%.${OBJEXT}): better implicit rules support
-rw-r--r--ChangeLog4
-rw-r--r--win/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 192f239..e37ef6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-04 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/Makefile.in (%.${OBJEXT}): better implicit rules support
+
2010-08-04 Andreas Kupries <andreask@activestate.com>
* generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting
diff --git a/win/Makefile.in b/win/Makefile.in
index 7df3357..61d9f07 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.180 2010/06/09 20:11:34 andreas_kupries Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.181 2010/08/04 19:23:12 hobbs Exp $
VERSION = @TCL_VERSION@
@@ -544,7 +544,7 @@ tclOOStubLib.${OBJEXT}: tclOOStubLib.c
# Implicit rule for all object files that will end up in the Tcl library
-.c.${OBJEXT}:
+%.${OBJEXT}: %.c
$(CC) -c $(CC_SWITCHES) -DBUILD_tcl @DEPARG@ $(CC_OBJNAME)
.rc.$(RES):