summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordas <das>2004-07-30 08:31:21 (GMT)
committerdas <das>2004-07-30 08:31:21 (GMT)
commit8cb60907ea6697c4c276a8814bee997e74909d2e (patch)
treee279e0c423f8675a6ff8087ce53f18c9901c7fa5 /unix/Makefile.in
parentea89b5916fbc7de04f12434ab9146b0d7caa8ce5 (diff)
downloadtcl-8cb60907ea6697c4c276a8814bee997e74909d2e.zip
tcl-8cb60907ea6697c4c276a8814bee997e74909d2e.tar.gz
tcl-8cb60907ea6697c4c276a8814bee997e74909d2e.tar.bz2
* unix/configure:
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var. * unix/Makefile.in: added MAC_OSX_OBJS variable.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index ad7f4da..1e24d6e 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.141 2004/07/20 10:23:14 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.142 2004/07/30 08:31:21 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -321,6 +321,8 @@ GENERIC_OBJS = regcomp.o regexec.o regfree.o regerror.o tclAlloc.o \
STUB_LIB_OBJS = tclStubLib.o ${COMPAT_OBJS}
+MAC_OSX_OBJS = tclMacOSXBundle.o tclMacOSXFCmd.o
+
OBJS = ${GENERIC_OBJS} ${UNIX_OBJS} ${NOTIFY_OBJS} ${COMPAT_OBJS} \
@DL_OBJS@ @PLAT_OBJS@