summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-11-14 07:41:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-11-14 07:41:17 (GMT)
commita69045247e1387fc673deb432549cb266e5009ee (patch)
treecced63c48cf09485fc6233e6ccd7348f92d6c9b7 /macosx
parent50b1bca232fa01a294796371401382b7960369a0 (diff)
parentb16a1198d956d1b2e69a3c5396a0a51fa6ce4cc3 (diff)
downloadtcl-a69045247e1387fc673deb432549cb266e5009ee.zip
tcl-a69045247e1387fc673deb432549cb266e5009ee.tar.gz
tcl-a69045247e1387fc673deb432549cb266e5009ee.tar.bz2
Merge 8.7
Diffstat (limited to 'macosx')
-rw-r--r--macosx/GNUmakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index 43f8419..45ea416 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -180,8 +180,10 @@ ifeq (${BUILD_STYLE}_${EMBEDDED_BUILD},Development_)
# Deployment build can be installed on top
# of Development build without overwriting
# the debug library
- @cd "${INSTALL_ROOT}${LIBDIR}/${PRODUCT_NAME}.framework/Versions/${VERSION}" && \
- ln -f "${PRODUCT_NAME}" "${PRODUCT_NAME}_debug"
+ @if [ -d "${INSTALL_ROOT}${LIBDIR}/${PRODUCT_NAME}.framework/Versions/${VERSION}" ]; then \
+ cd "${INSTALL_ROOT}${LIBDIR}/${PRODUCT_NAME}.framework/Versions/${VERSION}"; \
+ ln -f "${PRODUCT_NAME}" "${PRODUCT_NAME}_debug"; \
+ fi
endif
clean-${PROJECT}: %-${PROJECT}: