diff options
author | culler <culler> | 2020-11-10 18:47:47 (GMT) |
---|---|---|
committer | culler <culler> | 2020-11-10 18:47:47 (GMT) |
commit | c41e7ffff57b8aea49698caa04d8bedee8f92143 (patch) | |
tree | 2cbd78e5425f6e84f75b8a015d0ce5ac76c644b7 /macosx | |
parent | f809af7e7be495831a0384041a9cbb4e7d2a53ab (diff) | |
download | tcl-c41e7ffff57b8aea49698caa04d8bedee8f92143.zip tcl-c41e7ffff57b8aea49698caa04d8bedee8f92143.tar.gz tcl-c41e7ffff57b8aea49698caa04d8bedee8f92143.tar.bz2 |
backout e56a9f214a
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 3d88729..93fd843 100644 --- a/macosx/GNUmakefile +++ b/macosx/GNUmakefile @@ -13,7 +13,7 @@ #------------------------------------------------------------------------------------------------------- # customizable settings -DESTDIR ?= ${CURDIR}/../../build +DESTDIR ?= INSTALL_ROOT ?= ${DESTDIR} BUILD_DIR ?= ${CURDIR}/../../build |