summaryrefslogtreecommitdiffstats
path: root/make.include
diff options
context:
space:
mode:
Diffstat (limited to 'make.include')
-rw-r--r--make.include6
1 files changed, 3 insertions, 3 deletions
diff --git a/make.include b/make.include
index 5677b54..2471050 100644
--- a/make.include
+++ b/make.include
@@ -175,6 +175,7 @@ tclzvfs/Makefile :
#-------------------------- tls
+# no cache (win)
tls : tls/Makefile
@echo ""
@echo "*** $@ ***"
@@ -185,11 +186,10 @@ tls/Makefile :
@echo "*** $@ ***"
cd tls; \
./configure \
- $(WITHTCL) \
$(TLSFLAGS) \
+ $(WITHTCL) \
$(PREFIX) \
- $(STD) \
- $(CACHE)
+ $(STD)
#-------------------------- xpa