diff options
author | dgp <dgp@users.sourceforge.net> | 2001-12-20 02:17:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-12-20 02:17:57 (GMT) |
commit | edaac9b8b6a5563d2c7d4423ba71ba41b7f65500 (patch) | |
tree | 5996ec8e85bade174656f282fe5aaedf49fb191e /unix/Makefile.in | |
parent | 16c627b18c6cd97058a9d7f94484139330ff12a2 (diff) | |
download | tcl-edaac9b8b6a5563d2c7d4423ba71ba41b7f65500.zip tcl-edaac9b8b6a5563d2c7d4423ba71ba41b7f65500.tar.gz tcl-edaac9b8b6a5563d2c7d4423ba71ba41b7f65500.tar.bz2 |
* corrected use of eolFix.tcl on
working files. It should operate on distributed files. [Bug 495120]
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |