diff options
author | das <das> | 2008-10-23 12:20:18 (GMT) |
---|---|---|
committer | das <das> | 2008-10-23 12:20:18 (GMT) |
commit | 0960ef8b3d23332a6217ace6b5feee6da137e342 (patch) | |
tree | 5d8ebebf67abe747b258953cc8e137573c480f26 | |
parent | 2e974a2f754624e44ab526d682bd750f440c74d6 (diff) | |
download | tk-0960ef8b3d23332a6217ace6b5feee6da137e342.zip tk-0960ef8b3d23332a6217ace6b5feee6da137e342.tar.gz tk-0960ef8b3d23332a6217ace6b5feee6da137e342.tar.bz2 |
fix TkX11 build
-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 |