diff options
author | hobbs <hobbs> | 2010-08-12 00:37:35 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-12 00:37:35 (GMT) |
commit | 8328382506b82b2f390cb2982cc9a2870e83b1da (patch) | |
tree | ed8212a65bcfb1d879a0120b43b6d91edc39973f /win/Makefile.in | |
parent | 1aa96b7a0d4fbaee771f48cb1f7a80f8d3355c1f (diff) | |
download | tk-8328382506b82b2f390cb2982cc9a2870e83b1da.zip tk-8328382506b82b2f390cb2982cc9a2870e83b1da.tar.gz tk-8328382506b82b2f390cb2982cc9a2870e83b1da.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 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): |