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)
commita376924771b18a3181c6ec57dc631fc357c3fdfe (patch)
tree99dfb30cf02e59f7f3159be2ec2e731c588fcd91 /macosx
parent33955d69338c3d268bfe9e51aad0c276cf8a1f0a (diff)
downloadtcl-a376924771b18a3181c6ec57dc631fc357c3fdfe.zip
tcl-a376924771b18a3181c6ec57dc631fc357c3fdfe.tar.gz
tcl-a376924771b18a3181c6ec57dc631fc357c3fdfe.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