From 0ebfe5e7b9f012a9df3bf8d50011b69f3a99a584 Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 27 Dec 2018 14:53:49 -0500 Subject: update TEA 3.13 tcliis --- make.include | 1 + win/Makefile.in | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/make.include b/make.include index 105a14e..d5e5135 100644 --- a/make.include +++ b/make.include @@ -100,6 +100,7 @@ tcliis/Makefile : $(WITHTCL) \ $(PREFIX) \ $(STD) \ + $(HOST) \ $(CACHE) #-------------------------- tclsignal diff --git a/win/Makefile.in b/win/Makefile.in index ff9c13e..51d8b89 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -27,6 +27,7 @@ include ./make.include WITHTCL = --with-tcl=$(prefix)/tcl$(TCL_VERSION)/win $(ENABLE64BIT) WITHTK = --with-tk=$(prefix)/tk$(TCL_VERSION)/win $(WITHTCL) +HOST = --host=$(TARGET) #CACHE = --config-cache --cache-file=$(prefix)/config.cache #--------------------------defines @@ -61,7 +62,7 @@ tcl$(TCL_VERSION)/win/Makefile : $(ENABLE64BIT) \ --prefix $(prefix) --exec-prefix $(exec_prefix) --libdir $(libdir) \ --disable-shared \ - --host=$(TARGET) \ + $(HOST) \ --config-cache --cache-file=$(prefix)/config.cache tk : tk$(TCL_VERSION)/win/Makefile @@ -92,7 +93,7 @@ tkwin/Makefile : $(WITHTK) \ --prefix $(prefix) --exec-prefix $(exec_prefix) \ --disable-shared --enable-symbols \ - --host=$(TARGET) \ + $(HOST) \ --config-cache --cache-file=$(prefix)/config.cache libxml2 : libxml2/win32/config.mingw -- cgit v0.12