From edaac9b8b6a5563d2c7d4423ba71ba41b7f65500 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 20 Dec 2001 02:17:57 +0000 Subject: * corrected use of eolFix.tcl on working files. It should operate on distributed files. [Bug 495120] --- ChangeLog | 5 +++++ unix/Makefile.in | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e09c75b..3e64e17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-19 Don Porter + + * unix/Makefile.in (dist): corrected use of eolFix.tcl on + working files. It should operate on distributed files. [Bug 495120] + 2001-12-19 David Gravereaux * tools/tcl.wse.in: Fix for #495120. tcl.wse.in was diff --git a/unix/Makefile.in b/unix/Makefile.in index 1d71eed..e8de829 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.91 2001/12/19 20:11:55 mdejong Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.92 2001/12/20 02:17:58 dgp Exp $ VERSION = @TCL_VERSION@ @@ -1236,8 +1236,8 @@ dist: $(UNIX_DIR)/configure mklinks $(TOP_DIR)/tools/tcl.wse.in $(TOP_DIR)/tools/*.bmp \ $(TOP_DIR)/tools/tcl.hpj.in \ $(DISTDIR)/tools - $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/tcl.hpj.in \ - $(TOP_DIR)/tools/tcl.wse.in + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/tools/tcl.hpj.in \ + $(DISTDIR)/tools/tcl.wse.in # # The following target can only be used for non-patch releases. Use -- cgit v0.12