diff options
author | dgp <dgp@users.sourceforge.net> | 2020-11-10 18:38:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-11-10 18:38:43 (GMT) |
commit | bd382d87b3fcb20a757fe65c591c31f0d9f30465 (patch) | |
tree | 4f3410ef7455dc45412f3643cea05346f229dcef | |
parent | 1e44705dc86ed913549a6beac4cfb4fc0112d9fc (diff) | |
parent | a376924771b18a3181c6ec57dc631fc357c3fdfe (diff) | |
download | tcl-bd382d87b3fcb20a757fe65c591c31f0d9f30465.zip tcl-bd382d87b3fcb20a757fe65c591c31f0d9f30465.tar.gz tcl-bd382d87b3fcb20a757fe65c591c31f0d9f30465.tar.bz2 |
merge 8.6
-rw-r--r-- | macosx/GNUmakefile | 2 |
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 |