summaryrefslogtreecommitdiffstats
path: root/unix/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 /unix/Makefile.in
parent965fc5f6afa6669e4e43fea36ed04121f7ccfb50 (diff)
downloadblt-dd4ba192ba3c95e6f0f1207dc5d8083b1018fcd8.zip
blt-dd4ba192ba3c95e6f0f1207dc5d8083b1018fcd8.tar.gz
blt-dd4ba192ba3c95e6f0f1207dc5d8083b1018fcd8.tar.bz2
update TEA 3.13
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 416b9d7..f9119f4 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -44,7 +44,7 @@ tcl$(TCL_VERSION)/unix/Makefile :
./configure \
--prefix $(prefix) --exec-prefix $(exec_prefix) --libdir $(libdir) \
--disable-shared --enable-symbols \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(CACHE)
tk : tk$(TCL_VERSION)/unix/Makefile
@echo ""
@@ -59,7 +59,7 @@ tk$(TCL_VERSION)/unix/Makefile :
$(TKFLAGS) \
--prefix $(prefix) --exec-prefix $(exec_prefix) --libdir $(libdir) \
--disable-shared --enable-symbols \
- --config-cache --cache-file=$(prefix)/config.cache
+ $(CACHE)
#--------------------------clean