diff options
author | das <das> | 2008-12-20 01:11:10 (GMT) |
---|---|---|
committer | das <das> | 2008-12-20 01:11:10 (GMT) |
commit | a35311fd266c5c697d84b6756f65b208701578d7 (patch) | |
tree | a13a42ed49592ae786620463739148a1a34e10eb /macosx/GNUmakefile | |
parent | 6ea9bac1b2efe936f50571e3d5389f1f83c787a6 (diff) | |
download | tcl-a35311fd266c5c697d84b6756f65b208701578d7.zip tcl-a35311fd266c5c697d84b6756f65b208701578d7.tar.gz tcl-a35311fd266c5c697d84b6756f65b208701578d7.tar.bz2 |
* unix/Makefile.in: make package install directory of bundled
* unix/configure.in packages configurable via PACKAGE_DIR makefile
variable (set to platform-specific default).
* unix/Makefile.in (*-packages): ensure toplevel targets fail if
sub-make/configure fails; fix quoting when
builddir path contains spaces.
* macosx/GNUmakefile: add install-packages to install targets.
* unix/configure: autoconf-2.59
Diffstat (limited to 'macosx/GNUmakefile')
-rw-r--r-- | macosx/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile index 0bf1d04..3298a99 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.10 2008/05/06 16:33:07 das Exp $ +# RCS: @(#) $Id: GNUmakefile,v 1.11 2008/12/20 01:11:10 das Exp $ # ######################################################################################################## @@ -108,7 +108,7 @@ ifeq (${EMBEDDED_BUILD},) INSTALL_TARGETS += install-private-headers endif ifeq (${INSTALL_BUILD}_${EMBEDDED_BUILD}_${BUILD_STYLE},1__Deployment) -INSTALL_TARGETS += html-tcl +INSTALL_TARGETS += install-packages html-tcl ifneq (${INSTALL_MANPAGES},) INSTALL_TARGETS += install-doc endif |