diff options
author | hobbs <hobbs> | 2010-08-12 00:36:31 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-12 00:36:31 (GMT) |
commit | 429c4539b16387d44e982748807d1207dbc7be79 (patch) | |
tree | 9a3ad9756bf850ed0c9b25162910203c42bda983 /win/Makefile.in | |
parent | e4cfbc3f574f9930ad420377fe7f941077fc37f4 (diff) | |
download | tk-429c4539b16387d44e982748807d1207dbc7be79.zip tk-429c4539b16387d44e982748807d1207dbc7be79.tar.gz tk-429c4539b16387d44e982748807d1207dbc7be79.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 933edec..5802704 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.90 2009/12/02 21:16:45 nijtmans Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.91 2010/08/12 00:36:31 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 $(CC_SWITCHES) -DBUILD_tk -DBUILD_ttk @DEPARG@ $(CC_OBJNAME) .rc.$(RES): |