From 1cb97cda936da6947a516d695bf99589dbc7ff8d Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 30 Oct 2007 10:13:51 +0000 Subject: Made maintenance easier by adding extra dependency information so that the right version number gets embedded in key files. --- win/Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/win/Makefile.in b/win/Makefile.in index cc9f74b..67d2b84 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.75 2007/09/12 17:10:38 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.76 2007/10/30 10:13:51 dkf Exp $ TCLVERSION = @TCL_VERSION@ TCLPATCHL = @TCL_PATCH_LEVEL@ @@ -654,6 +654,11 @@ tkWinTest.$(OBJEXT): tkWinTest.c tkSquare.$(OBJEXT): tkSquare.c $(CC) -c $(CC_SWITCHES) @DEPARG@ $(CC_OBJNAME) +# Extra dependency info +tkConsole.$(OBJEXT): configure Makefile +tkMain.$(OBJEXT): configure Makefile +tkWindow.$(OBJEXT): configure Makefile + # Add the object extension to the implicit rules. By default .obj is not # automatically added. -- cgit v0.12