diff options
author | das <das> | 2008-05-06 16:33:43 (GMT) |
---|---|---|
committer | das <das> | 2008-05-06 16:33:43 (GMT) |
commit | fb50bc6fcc1431db0186cbec1e71f01f9bcaa166 (patch) | |
tree | 9482e1a3e50eb37f6205ed17ac8abd89fb519c0b /macosx | |
parent | e5bfbbfcc4e4da72e0f45092de7a420db995d5d0 (diff) | |
download | tk-fb50bc6fcc1431db0186cbec1e71f01f9bcaa166.zip tk-fb50bc6fcc1431db0186cbec1e71f01f9bcaa166.tar.gz tk-fb50bc6fcc1431db0186cbec1e71f01f9bcaa166.tar.bz2 |
fix Makefile dependency
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile index 771ce4c..0a5aca7 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:33:22 das Exp $ +# RCS: @(#) $Id: GNUmakefile,v 1.9.2.1 2008/05/06 16:33:43 das Exp $ # ######################################################################################################## @@ -86,7 +86,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 |