diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-05-23 21:05:13 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-05-23 21:05:13 (GMT) |
commit | 6a332b702f97a6c06d57c5e7fc40604cefe40e08 (patch) | |
tree | fa12346b4916af7e6abd32ef69fa0b863f8d930b /win | |
parent | 330add62d15d66049d37d4e23a769b78074d15ab (diff) | |
download | tcl-6a332b702f97a6c06d57c5e7fc40604cefe40e08.zip tcl-6a332b702f97a6c06d57c5e7fc40604cefe40e08.tar.gz tcl-6a332b702f97a6c06d57c5e7fc40604cefe40e08.tar.bz2 |
Oops. Undo commit of the local tweaks.
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 58a3505..75c0d4f 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.127 2008/05/23 21:00:47 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.128 2008/05/23 21:05:14 andreas_kupries Exp $ VERSION = @TCL_VERSION@ @@ -716,8 +716,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 |