summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2005-06-03 08:52:13 (GMT)
committerdas <das>2005-06-03 08:52:13 (GMT)
commitebcab86c0ad3ebc55ffcc3a60ebceed9ab9fbdce (patch)
tree311d6d81353aa8a279e2e493e05990bdda9c3d2d /macosx
parent220cef33204f421514444e4bd574cfd50fa054ea (diff)
downloadtcl-ebcab86c0ad3ebc55ffcc3a60ebceed9ab9fbdce.zip
tcl-ebcab86c0ad3ebc55ffcc3a60ebceed9ab9fbdce.tar.gz
tcl-ebcab86c0ad3ebc55ffcc3a60ebceed9ab9fbdce.tar.bz2
* macosx/Makefile: fixed 'embedded' target.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/macosx/Makefile b/macosx/Makefile
index 3d30e66..7195e77 100644
--- a/macosx/Makefile
+++ b/macosx/Makefile
@@ -4,7 +4,7 @@
# uses the standard unix build system in tcl/unix (which can be used directly instead of this
# if you are not using the tk/macosx projects).
#
-# RCS: @(#) $Id: Makefile,v 1.21 2005/05/26 11:18:20 das Exp $
+# RCS: @(#) $Id: Makefile,v 1.22 2005/06/03 08:52:16 das Exp $
#
########################################################################################################
@@ -116,12 +116,11 @@ clean-${PROJECT} distclean-${PROJECT} test-${PROJECT}: \
DO_MAKE = +${MAKE} -C ${OBJ_DIR} ${target} ${MAKE_ARGS_V} ${MAKE_ARGS} ${EXTRA_MAKE_ARGS}
-${PROJECT}: override INSTALL_ROOT := ${OBJ_DIR}/
-
#-------------------------------------------------------------------------------------------------------
# build rules
-${PROJECT}: install-${PROJECT}
+${PROJECT}:
+ ${MAKE} install-${PROJECT} INSTALL_ROOT=${OBJ_DIR}/
${OBJ_DIR}/Makefile: ${UNIX_DIR}/Makefile.in ${UNIX_DIR}/configure
mkdir -p ${OBJ_DIR} && cd ${OBJ_DIR} && ${UNIX_DIR}/configure -C \