diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-12-30 18:10:58 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-12-30 18:10:58 (GMT) |
commit | 1e67bfc0f3dc881c99e9301bf110b412c323e7be (patch) | |
tree | e65081b7b3dc5de7a9bcc9b7ace801b6f9118014 /macosx | |
parent | 454d54117e4b941dcf36ef15c8b56d7a1df9911d (diff) | |
download | blt-1e67bfc0f3dc881c99e9301bf110b412c323e7be.zip blt-1e67bfc0f3dc881c99e9301bf110b412c323e7be.tar.gz blt-1e67bfc0f3dc881c99e9301bf110b412c323e7be.tar.bz2 |
clean up config files
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Makefile.in | 12 |
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 |