From 855a4dd4649f658cd37ce56e3f87cce584fbde47 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 11 Nov 2004 01:17:07 +0000 Subject: * macosx/Makefile: corrected path to html help inside framework. Prevent parallel make from building several targets at the same time. --- macosx/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/macosx/Makefile b/macosx/Makefile index eee15af..ee9e40c 100644 --- a/macosx/Makefile +++ b/macosx/Makefile @@ -3,7 +3,7 @@ # Makefile to build Tcl on Mac OS X packaged as a Framework # uses standard unix build system in tcl/unix # -# RCS: @(#) $Id: Makefile,v 1.5.2.8 2004/02/26 09:10:40 das Exp $ +# RCS: @(#) $Id: Makefile,v 1.5.2.9 2004/11/11 01:17:07 das Exp $ # ######################################################################################################## @@ -107,7 +107,7 @@ DYLIB_INSTALL_DIR := ${DYLIB_INSTALL_PATH}/${PRODUCT_NAME}.framework/Versions/${ INCLUDEDIR := ${LIBDIR}/Headers PRIVATEINCLUDEDIR := ${LIBDIR}/PrivateHeaders SCRIPTDIR := ${LIBDIR}/Resources/Scripts -DOCDIR := ${LIBDIR}/Resources/English.lproj/Documentation/Reference +DOCDIR := ${LIBDIR}/Resources/Documentation/Reference INFOPLIST := ${LIBDIR}/Resources/Info.plist BUILD_STYLE = @@ -236,4 +236,6 @@ endif .PHONY: ${meta} ${targets} ${PROJECT} build-${PROJECT} install-${PROJECT} \ clean-${PROJECT} distclean-${PROJECT} +.NOTPARALLEL: + #------------------------------------------------------------------------------------------------------- -- cgit v0.12