diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-12-29 18:36:50 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-12-29 18:36:50 (GMT) |
commit | dd4ba192ba3c95e6f0f1207dc5d8083b1018fcd8 (patch) | |
tree | 854c3565d0ed6973f643c2fb96424724d5078713 /make.include | |
parent | 965fc5f6afa6669e4e43fea36ed04121f7ccfb50 (diff) | |
download | blt-dd4ba192ba3c95e6f0f1207dc5d8083b1018fcd8.zip blt-dd4ba192ba3c95e6f0f1207dc5d8083b1018fcd8.tar.gz blt-dd4ba192ba3c95e6f0f1207dc5d8083b1018fcd8.tar.bz2 |
update TEA 3.13
Diffstat (limited to 'make.include')
-rw-r--r-- | make.include | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make.include b/make.include index bb5ca5d..c0b1d34 100644 --- a/make.include +++ b/make.include @@ -100,8 +100,9 @@ tcliis/Makefile : $(WITHTCL) \ $(PREFIX) \ $(STD) \ + $(CACHE) \ $(HOST) \ - $(CACHE) + $(WINCACHE) #-------------------------- tclsignal @@ -306,8 +307,9 @@ tksao/Makefile : $(WITHTK) \ $(PREFIX) \ $(STD) \ + $(CACHE) \ $(HOST) \ - $(CACHE) + $(WINCACHE) #-------------------------- ast |