summaryrefslogtreecommitdiffstats
path: root/macosx/Makefile
diff options
context:
space:
mode:
authordas <das>2002-10-09 13:02:08 (GMT)
committerdas <das>2002-10-09 13:02:08 (GMT)
commit58b1fc063d0c3ba5d8e21f41ed0d6c9dea0affd8 (patch)
treeecb30ad1a8b0524a40f15afaca757250ca4cabea /macosx/Makefile
parent4278227fc8a6be392dcdaeeb74167fd1197e50ed (diff)
downloadtk-58b1fc063d0c3ba5d8e21f41ed0d6c9dea0affd8.zip
tk-58b1fc063d0c3ba5d8e21f41ed0d6c9dea0affd8.tar.gz
tk-58b1fc063d0c3ba5d8e21f41ed0d6c9dea0affd8.tar.bz2
* macosx/Makefile: don't remove tclsh after building embedded.
* macosx/Wish.pbproj/project.pbxproj: bumped version to 8.4.1; added missing library/mkpsenc.tcl to framework.
Diffstat (limited to 'macosx/Makefile')
-rw-r--r--macosx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Makefile b/macosx/Makefile
index 64e1ca6..aecdc8d 100644
--- a/macosx/Makefile
+++ b/macosx/Makefile
@@ -3,7 +3,7 @@
# Simple makefile for building on Mac OS X with the
# Project Builder command line tool 'pbxbuild'
#
-# RCS: @(#) $Id: Makefile,v 1.4 2002/09/26 17:07:33 das Exp $
+# RCS: @(#) $Id: Makefile,v 1.5 2002/10/09 13:02:08 das Exp $
#
################################################################################
@@ -79,7 +79,7 @@ forceRelink:
forceRelinkTcl:
@-cd ${BUILD_DIR}; \
- rm -rf Tcl.framework tclsh8.4 \
+ rm -rf Tcl.framework \
Development.build/Tcl.build/Tcl Deployment.build/Tcl.build/Tcl
cleanup-embedded: