summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-12-30 21:40:07 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-12-30 21:40:07 (GMT)
commit0cdde4604b7a030366bc94fda1c6375656bebd31 (patch)
treecba223fc885f0b77ca8672f7c073d8de521e0bac /macosx
parente12a83aab7055d047eabf8ed6c38f2fe8ee16c4a (diff)
parent5601ad1f0ce74117a3706837aae272280f7c48c7 (diff)
downloadblt-0cdde4604b7a030366bc94fda1c6375656bebd31.zip
blt-0cdde4604b7a030366bc94fda1c6375656bebd31.tar.gz
blt-0cdde4604b7a030366bc94fda1c6375656bebd31.tar.bz2
Merge branch 'devel' of github.com:SAOImageDS9/SAOImageDS9 into devel
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/macosx/Makefile.in b/macosx/Makefile.in
index 8452b55..386b615 100644
--- a/macosx/Makefile.in
+++ b/macosx/Makefile.in
@@ -9,13 +9,13 @@ datarootdir = @datarootdir@
datadir = @datadir@
mandir = @mandir@
-OS = @OS@
-ARCH = @ARCH@
-JOBS = @CORES@
+OS = @OS@
+ARCH = @ARCH@
+JOBS = @CORES@
-WITHTCL =--with-tcl=$(prefix)/build/tcl/Development
-WITHTK =--with-tk=$(prefix)/build/tk/Development $(WITHTCL)
-CACHE =--config-cache --cache-file=$(prefix)/config.cache
+WITHTCL = --with-tcl=$(prefix)/build/tcl/Development
+WITHTK = --with-tk=$(prefix)/build/tk/Development $(WITHTCL)
+CACHE = --config-cache --cache-file=$(prefix)/config.cache
include ./make.include