summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index f5f18bc..4b4b915 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -32,7 +32,7 @@ tcl$(TCLVER)/unix/Makefile :
@echo "*** Configure tcl$(TCLVER) ***"
cd tcl$(TCLVER)/unix; \
./configure \
- --prefix $(ROOT) -exec-prefix $(ROOT) \
+ --prefix $(ROOT) --exec-prefix $(ROOT) \
--disable-shared --enable-symbols \
--config-cache --cache-file=../../config.cache
@@ -47,7 +47,7 @@ tk$(TCLVER)/unix/Makefile :
cd tk$(TCLVER)/unix; \
./configure \
$(TKFLAGS) \
- --prefix $(ROOT) -exec-prefix $(ROOT) \
+ --prefix $(ROOT) --exec-prefix $(ROOT) \
--disable-shared --enable-symbols \
--config-cache --cache-file=../../config.cache