summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-07-28 12:53:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-07-28 12:53:19 (GMT)
commit14a36b74c755055275d4e8c8470857a54c4416e4 (patch)
tree219b0bd23b4e8b8d014ec34e3390822af0784b75 /unix/Makefile.in
parent40da2e77b5aa89aae9a3324e40f45f8061208f08 (diff)
parent5773d025383ed2c6186a6bcf53e118df17eaceef (diff)
downloadtcl-14a36b74c755055275d4e8c8470857a54c4416e4.zip
tcl-14a36b74c755055275d4e8c8470857a54c4416e4.tar.gz
tcl-14a36b74c755055275d4e8c8470857a54c4416e4.tar.bz2
merge 8.5
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index d3b810c..3ccd430 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1660,6 +1660,7 @@ $(MAC_OSX_DIR)/configure: $(MAC_OSX_DIR)/configure.ac $(UNIX_DIR)/configure
$(UNIX_DIR)/tclConfig.h.in: $(MAC_OSX_DIR)/configure
cd $(MAC_OSX_DIR); autoheader; touch $@
+EOLFIX=$(TCL_EXE) $(TOOL_DIR)/eolFix.tcl
dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(MAC_OSX_DIR)/configure genstubs
rm -rf $(DISTDIR)
mkdir -p $(DISTDIR)/unix
@@ -1755,7 +1756,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M
$(TOOL_DIR)/tcl.wse.in $(TOOL_DIR)/*.bmp \
$(TOOL_DIR)/tcl.hpj.in \
$(DISTDIR)/tools
- @$(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/tools/tcl.hpj.in \
+ @$(EOLFIX) -crlf $(DISTDIR)/tools/tcl.hpj.in \
$(DISTDIR)/tools/tcl.wse.in
@mkdir $(DISTDIR)/libtommath
cp -p $(TOMMATH_SRCS) $(TOMMATH_DIR)/*.h \