diff options
author | das <das@noemail.net> | 2008-10-23 12:20:17 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2008-10-23 12:20:17 (GMT) |
commit | 22c6a7f049d8ead18f68d4d71789fd3eed533a69 (patch) | |
tree | 5d8ebebf67abe747b258953cc8e137573c480f26 /macosx | |
parent | 872354542c061398d3bd9b40ca65910431d11d29 (diff) | |
download | tk-22c6a7f049d8ead18f68d4d71789fd3eed533a69.zip tk-22c6a7f049d8ead18f68d4d71789fd3eed533a69.tar.gz tk-22c6a7f049d8ead18f68d4d71789fd3eed533a69.tar.bz2 |
fix TkX11 build
FossilOrigin-Name: 69da677cc1dff2677d6384e383fcb5693b760591
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 4c5fb49..61e7d57 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.2.2 2008/08/19 00:08:36 das Exp $ +# RCS: @(#) $Id: GNUmakefile,v 1.9.2.3 2008/10/23 12:20:18 das Exp $ # ######################################################################################################## @@ -131,7 +131,7 @@ else override CONFIGURE_ARGS := ${CONFIGURE_ARGS} --enable-xft VERSION := ${VERSION}-X11 wish := ${wish}-X11 -override EMBEDDED_BUILD := 0 +override EMBEDDED_BUILD := endif INSTALL_TARGETS = install-binaries install-libraries |