diff options
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 |