summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-12-20 21:29:37 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-12-20 21:29:37 (GMT)
commit6057abec78e15a8d15f2bc4a35ca50a4ae4dc084 (patch)
tree2444d6a39c0ef85c0988912417649614c0378073 /unix/Makefile.in
parentd8af1bc5a7f39a0dace0c227735ecdd0d6a67840 (diff)
downloadblt-6057abec78e15a8d15f2bc4a35ca50a4ae4dc084.zip
blt-6057abec78e15a8d15f2bc4a35ca50a4ae4dc084.tar.gz
blt-6057abec78e15a8d15f2bc4a35ca50a4ae4dc084.tar.bz2
fix configure command
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 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