diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-30 10:13:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-30 10:13:51 (GMT) |
commit | 1cb97cda936da6947a516d695bf99589dbc7ff8d (patch) | |
tree | b912550210d73f35c11311fcc3c3699931a79818 /win/Makefile.in | |
parent | 6e229acdaf028fa9a07e41d4be93ca585de503d7 (diff) | |
download | tk-1cb97cda936da6947a516d695bf99589dbc7ff8d.zip tk-1cb97cda936da6947a516d695bf99589dbc7ff8d.tar.gz tk-1cb97cda936da6947a516d695bf99589dbc7ff8d.tar.bz2 |
Made maintenance easier by adding extra dependency information so that
the right version number gets embedded in key files.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
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. |