diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2007-10-30 10:13:51 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2007-10-30 10:13:51 (GMT) |
commit | 6171097abc9599fe8e2b4ef8b8044fe2827770e7 (patch) | |
tree | b912550210d73f35c11311fcc3c3699931a79818 /win/Makefile.in | |
parent | 7e36b9a7a2b55fd127ee4de504c06583cb1a2a79 (diff) | |
download | tk-6171097abc9599fe8e2b4ef8b8044fe2827770e7.zip tk-6171097abc9599fe8e2b4ef8b8044fe2827770e7.tar.gz tk-6171097abc9599fe8e2b4ef8b8044fe2827770e7.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. |