diff options
author | hobbs <hobbs> | 2010-08-04 19:14:16 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-04 19:14:16 (GMT) |
commit | 005c9d765c9cd9d8ae063885428784b780d0914f (patch) | |
tree | a589276a58c83c5198ee9fa80f0ce67eb9efebcb /win/Makefile.in | |
parent | 8bbcdf546cc3ea6f38bace636bcaa932aa381fa8 (diff) | |
download | tcl-005c9d765c9cd9d8ae063885428784b780d0914f.zip tcl-005c9d765c9cd9d8ae063885428784b780d0914f.tar.gz tcl-005c9d765c9cd9d8ae063885428784b780d0914f.tar.bz2 |
* win/Makefile.in (%.${OBJEXT}): better implicit rules support
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index a0faa01..a5a30b7 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.124.2.18 2010/06/09 20:11:22 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.124.2.19 2010/08/04 19:14:16 hobbs Exp $ VERSION = @TCL_VERSION@ @@ -516,7 +516,7 @@ tclStubLib.${OBJEXT}: tclStubLib.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): |