summaryrefslogtreecommitdiffstats
path: root/macos/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-12-29 18:36:50 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-12-29 18:36:50 (GMT)
commitdd4ba192ba3c95e6f0f1207dc5d8083b1018fcd8 (patch)
tree854c3565d0ed6973f643c2fb96424724d5078713 /macos/Makefile.in
parent965fc5f6afa6669e4e43fea36ed04121f7ccfb50 (diff)
downloadblt-dd4ba192ba3c95e6f0f1207dc5d8083b1018fcd8.zip
blt-dd4ba192ba3c95e6f0f1207dc5d8083b1018fcd8.tar.gz
blt-dd4ba192ba3c95e6f0f1207dc5d8083b1018fcd8.tar.bz2
update TEA 3.13
Diffstat (limited to 'macos/Makefile.in')
-rw-r--r--macos/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/macos/Makefile.in b/macos/Makefile.in
index e40dff2..300ba2d 100644
--- a/macos/Makefile.in
+++ b/macos/Makefile.in
@@ -73,7 +73,7 @@ tcl$(TCL_VERSION)/macosx/Makefile :
./configure \
--enable-64bit \
--enable-symbols \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(CACHE)
tk : tk$(TCL_VERSION)/macosx/Makefile
@echo ""
@@ -102,7 +102,7 @@ tk$(TCL_VERSION)/macosx/Makefile :
$(WITHTCL) \
--enable-64bit \
--enable-symbols \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(CACHE)
tkmacosx: tkmacosx/Makefile
@echo ""
@@ -117,7 +117,7 @@ tkmacosx/Makefile :
$(WITHTK) \
--prefix $(prefix) --exec-prefix $(exec_prefix) --libdir $(libdir) \
--disable-shared --enable-symbols \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(CACHE)
#--------------------------clean