summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-12-29 19:40:00 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-12-29 19:40:00 (GMT)
commit1a1c0cb0f409d78b88594d34960c8aaa13906802 (patch)
tree733dea91518519d3eccaae32719147ad3122a9d6 /unix/Makefile.in
parentcb68cb0a253cc23749d1369ba575f86576aab27d (diff)
downloadblt-1a1c0cb0f409d78b88594d34960c8aaa13906802.zip
blt-1a1c0cb0f409d78b88594d34960c8aaa13906802.tar.gz
blt-1a1c0cb0f409d78b88594d34960c8aaa13906802.tar.bz2
new config vars
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 29a4ac8..b2bbae8 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -17,7 +17,7 @@ JOBS = @CORES@
WITHTCL =--with-tcl=$(prefix)/tcl$(TCLVER)/unix
WITHTK =--with-tk=$(prefix)/tk$(TCLVER)/unix $(WITHTCL)
-CACHE =--config-cache --cache-file=../config.cache
+CACHE =--config-cache --cache-file=$(prefix)/config.cache
include ./make.include
@@ -44,7 +44,7 @@ tcl$(TCLVER)/unix/Makefile :
./configure \
--prefix $(prefix) --exec-prefix $(exec_prefix) --libdir $(libdir) \
--disable-shared --enable-symbols \
- --config-cache --cache-file=../../config.cache
+ --config-cache --cache-file=$(prefix)/config.cache
tk : tk$(TCLVER)/unix/Makefile
@echo ""
@@ -59,7 +59,7 @@ tk$(TCLVER)/unix/Makefile :
$(TKFLAGS) \
--prefix $(prefix) --exec-prefix $(exec_prefix) --libdir $(libdir) \
--disable-shared --enable-symbols \
- --config-cache --cache-file=../../config.cache
+ --config-cache --cache-file=$(prefix)/config.cache
#--------------------------clean
@@ -78,5 +78,5 @@ tkunixdistclean :
.PHONY : dist
dist :
- cd bin; tar cvf - ds9* | gzip > ../dist/ds9.$(ARCH).$(DS9VERSION).tar.gz
- cd bin; tar cvf - xpa* | gzip > ../dist/xpa.$(ARCH).$(XPAVERSION).tar.gz
+ cd bin; tar cvf - ds9* | gzip > $(prefix)/dist/ds9.$(ARCH).$(DS9VERSION).tar.gz
+ cd bin; tar cvf - xpa* | gzip > $(prefix)/dist/xpa.$(ARCH).$(XPAVERSION).tar.gz