diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-12-27 19:53:49 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-12-27 19:53:49 (GMT) |
commit | 0ebfe5e7b9f012a9df3bf8d50011b69f3a99a584 (patch) | |
tree | 36cd47cbc0f7ab559f7f1c4ad496394d14815d07 | |
parent | c72f75f81b904422319471dc020ced751b88d3aa (diff) | |
download | blt-0ebfe5e7b9f012a9df3bf8d50011b69f3a99a584.zip blt-0ebfe5e7b9f012a9df3bf8d50011b69f3a99a584.tar.gz blt-0ebfe5e7b9f012a9df3bf8d50011b69f3a99a584.tar.bz2 |
update TEA 3.13 tcliis
-rw-r--r-- | make.include | 1 | ||||
-rw-r--r-- | 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 |