diff options
author | culler <culler> | 2020-11-10 17:52:04 (GMT) |
---|---|---|
committer | culler <culler> | 2020-11-10 17:52:04 (GMT) |
commit | f809af7e7be495831a0384041a9cbb4e7d2a53ab (patch) | |
tree | 92ac19c032e80df0adc77d469762f7cd7c0ecbc3 /macosx | |
parent | 44d6e3ab5ea76fb135058f21fde9dfebdbbd035b (diff) | |
parent | a376924771b18a3181c6ec57dc631fc357c3fdfe (diff) | |
download | tcl-f809af7e7be495831a0384041a9cbb4e7d2a53ab.zip tcl-f809af7e7be495831a0384041a9cbb4e7d2a53ab.tar.gz tcl-f809af7e7be495831a0384041a9cbb4e7d2a53ab.tar.bz2 |
Merge 8.6
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile index 93fd843..3d88729 100644 --- a/macosx/GNUmakefile +++ b/macosx/GNUmakefile @@ -13,7 +13,7 @@ #------------------------------------------------------------------------------------------------------- # customizable settings -DESTDIR ?= +DESTDIR ?= ${CURDIR}/../../build INSTALL_ROOT ?= ${DESTDIR} BUILD_DIR ?= ${CURDIR}/../../build |