diff options
author | das <das> | 2008-10-23 12:20:16 (GMT) |
---|---|---|
committer | das <das> | 2008-10-23 12:20:16 (GMT) |
commit | 75cccde3349d1936b917ebf0a2419ca065affc72 (patch) | |
tree | 7aad04c40aee834b05a105be693166ec1fb26d13 /macosx | |
parent | a8baed51098eafe5ecd9cce9d6a8da628fab0174 (diff) | |
download | tk-75cccde3349d1936b917ebf0a2419ca065affc72.zip tk-75cccde3349d1936b917ebf0a2419ca065affc72.tar.gz tk-75cccde3349d1936b917ebf0a2419ca065affc72.tar.bz2 |
fix TkX11 build
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 ecd8d8c..1699201 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.11 2008/08/19 00:08:34 das Exp $ +# RCS: @(#) $Id: GNUmakefile,v 1.12 2008/10/23 12:20:16 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 |