summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-07-21 21:22:58 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-07-21 21:22:58 (GMT)
commit62e6cfe58942a5ad17479f50213844599b49b9e6 (patch)
tree5c893e8016d0d2debfc9ad0171fc4c9d764ed055 /unix/Makefile.in
parent53fb7068b06bf05b8f2e21e2212f77264b3ad2b6 (diff)
downloadtcl-62e6cfe58942a5ad17479f50213844599b49b9e6.zip
tcl-62e6cfe58942a5ad17479f50213844599b49b9e6.tar.gz
tcl-62e6cfe58942a5ad17479f50213844599b49b9e6.tar.bz2
drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tcl
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index e47a89c..0875f19 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.171 2005/07/05 20:55:07 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.172 2005/07/21 21:23:03 kennykb Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -502,7 +502,6 @@ NOTIFY_SRCS = \
DL_SRCS = \
$(UNIX_DIR)/tclLoadAix.c \
- $(UNIX_DIR)/tclLoadAout.c \
$(UNIX_DIR)/tclLoadDl.c \
$(UNIX_DIR)/tclLoadDl2.c \
$(UNIX_DIR)/tclLoadDld.c \
@@ -1028,9 +1027,6 @@ tclLoad.o: $(GENERIC_DIR)/tclLoad.c
tclLoadAix.o: $(UNIX_DIR)/tclLoadAix.c
$(CC) -c $(CC_SWITCHES) $(UNIX_DIR)/tclLoadAix.c
-tclLoadAout.o: $(UNIX_DIR)/tclLoadAout.c
- $(CC) -c $(CC_SWITCHES) $(UNIX_DIR)/tclLoadAout.c
-
tclLoadDl.o: $(UNIX_DIR)/tclLoadDl.c
$(CC) -c $(CC_SWITCHES) $(UNIX_DIR)/tclLoadDl.c