summaryrefslogtreecommitdiffstats
path: root/macosx/GNUmakefile
diff options
context:
space:
mode:
authordas <das@noemail.net>2008-05-06 16:33:37 (GMT)
committerdas <das@noemail.net>2008-05-06 16:33:37 (GMT)
commitf3660ebe917c2b537f2d6586c6ef390671dd1048 (patch)
treed05a47bb9376647bb2871cdb09e5a0a57814b506 /macosx/GNUmakefile
parent01212c23f1c0214952a3ab49cf6d556469e223ae (diff)
downloadtcl-f3660ebe917c2b537f2d6586c6ef390671dd1048.zip
tcl-f3660ebe917c2b537f2d6586c6ef390671dd1048.tar.gz
tcl-f3660ebe917c2b537f2d6586c6ef390671dd1048.tar.bz2
fix Makefile dependency
FossilOrigin-Name: a687f2e844d7af9a1a23440f6e5ca0c332686bd8
Diffstat (limited to 'macosx/GNUmakefile')
-rw-r--r--macosx/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index 2b3b8bb..28acdcd 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -9,7 +9,7 @@
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: GNUmakefile,v 1.9 2008/03/11 22:28:34 das Exp $
+# RCS: @(#) $Id: GNUmakefile,v 1.9.2.1 2008/05/06 16:33:38 das Exp $
#
########################################################################################################
@@ -76,7 +76,7 @@ OBJ_DIR = ${OBJROOT}/${BUILD_STYLE}
empty :=
space := ${empty} ${empty}
-objdir := $(subst ${space},\ ,${OBJ_DIR})
+objdir = $(subst ${space},\ ,${OBJ_DIR})
develop_make_args := BUILD_STYLE=Development CONFIGURE_ARGS=--enable-symbols
deploy_make_args := BUILD_STYLE=Deployment INSTALL_TARGET=install-strip \