Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index 14a775634..76cf5825c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
#
# Makefile for directory with subdirs to build.
# Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-# 1999, 2000, 2001 Free Software Foundation
+# 1999, 2000 Free Software Foundation
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -521,7 +521,6 @@ ALL_MODULES = \
all-sed \
all-send-pr \
all-shellutils \
- all-sid \
all-sim \
all-snavigator \
all-tar \
@@ -598,7 +597,6 @@ CROSS_CHECK_MODULES = \
check-send-pr \
check-shellutils \
check-snavigator \
- check-sid \
check-sim \
check-tar \
check-tcl \
@@ -674,7 +672,6 @@ INSTALL_MODULES = \
install-sed \
install-send-pr \
install-shellutils \
- install-sid \
install-sim \
install-snavigator \
install-tar \
@@ -877,7 +874,6 @@ CLEAN_MODULES = \
clean-sed \
clean-send-pr \
clean-shellutils \
- clean-sid \
clean-sim \
clean-snavigator \
clean-tar \
@@ -1649,7 +1645,6 @@ all-recode: all-libiberty
all-sed: all-libiberty
all-send-pr: all-prms
all-shellutils:
-all-sid: all-tcl all-tk
all-sim: all-libiberty all-bfd all-opcodes all-readline all-cgen
all-snavigator: all-tcl all-tk all-itcl all-db all-grep all-libgui
all-tar: all-libiberty
@@ -1676,7 +1671,6 @@ all-target-libiberty: configure-target-libiberty
all-target: $(ALL_TARGET_MODULES)
install-target: $(INSTALL_TARGET_MODULES)
install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
-install-sid: install-tcl install-tk
### other supporting targets
MAKEDIRS= \
@@ -1729,9 +1723,7 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \
# ChangeLog omitted because it may refer to files which are not in this
# distribution (perhaps it would be better to include it anyway).
ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
- make-stds.texi standards.info* configure.texi configure.info* \
- configbuild.* configdev.*
-
+ make-stds.texi standards.info*
# When you use `make setup-dirs' or `make taz' you should always redefine
# this macro.