summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 9f543d0..bfb0fbb 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -40,7 +40,7 @@ tcl$(TCLVER)/win/Makefile :
@echo "*** Configure tcl$(TCLVER) ***"
cd tcl$(TCLVER)/win; \
./configure \
- --prefix $(ROOT) -exec-prefix $(ROOT) \
+ --prefix $(ROOT) --exec-prefix $(ROOT) \
--disable-shared \
--config-cache --cache-file=../../config.cache
@@ -56,7 +56,7 @@ tk$(TCLVER)/win/Makefile :
./configure \
$(WITHTCL) \
$(TKFLAGS) \
- --prefix $(ROOT) -exec-prefix $(ROOT) \
+ --prefix $(ROOT) --exec-prefix $(ROOT) \
--disable-shared --enable-symbols
tkwin: tkwin/Makefile