summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorculler <culler>2020-11-10 17:50:09 (GMT)
committerculler <culler>2020-11-10 17:50:09 (GMT)
commit987f2c729212339a83cc7a73d4697676fb1e8f93 (patch)
tree99dfb30cf02e59f7f3159be2ec2e731c588fcd91 /macosx
parent810bafae9ab897a7e167f815feeb4333594aca4c (diff)
downloadtcl-987f2c729212339a83cc7a73d4697676fb1e8f93.zip
tcl-987f2c729212339a83cc7a73d4697676fb1e8f93.tar.gz
tcl-987f2c729212339a83cc7a73d4697676fb1e8f93.tar.bz2
Set a default DESTDIR in macosx/GNUmakefile
Diffstat (limited to 'macosx')
-rw-r--r--macosx/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index cdeb099..9c8b0e2 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -13,7 +13,7 @@
#-------------------------------------------------------------------------------------------------------
# customizable settings
-DESTDIR ?=
+DESTDIR ?= ${CURDIR}/../../build
INSTALL_ROOT ?= ${DESTDIR}
BUILD_DIR ?= ${CURDIR}/../../build