diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-07-23 23:01:59 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-07-23 23:01:59 (GMT) |
commit | 2bab3ed49e96d767dafcf287960de0598225dfa1 (patch) | |
tree | 0ab739ed519a0e3f72b491c2b441c7acd6f9c66d /win | |
parent | bd734d2cf44d9550acd5c2ca3e6c5b17f9b03f72 (diff) | |
download | tcl-2bab3ed49e96d767dafcf287960de0598225dfa1.zip tcl-2bab3ed49e96d767dafcf287960de0598225dfa1.tar.gz tcl-2bab3ed49e96d767dafcf287960de0598225dfa1.tar.bz2 |
Revert series of local changes not relevant to the last commit.
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 6983879..f83000e 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.157 2009/07/23 22:49:16 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.158 2009/07/23 23:02:00 andreas_kupries Exp $ VERSION = @TCL_VERSION@ @@ -779,8 +779,8 @@ gdb: binaries depend: -#Makefile: $(SRC_DIR)/Makefile.in -# ./config.status +Makefile: $(SRC_DIR)/Makefile.in + ./config.status cleanhelp: $(RM) *.hlp *.cnt *.GID *.rtf man2tcl.exe |