From 429c4539b16387d44e982748807d1207dbc7be79 Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 12 Aug 2010 00:36:31 +0000 Subject: * win/Makefile.in (%.${OBJEXT}): better implicit rules support --- ChangeLog | 2 ++ win/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 78f7038..3a77bb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-08-11 Jeff Hobbs + * 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 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): -- cgit v0.12