aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/Make-lang.in
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-11-05 10:35:33 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2000-11-05 10:35:33 +0000
commit436a88a6d45effd37cfe91200dc3d954a6c16a21 (patch)
tree242d08c66351c0b6c9bf23b6ef32fdb9a9e7d282 /gcc/objc/Make-lang.in
parent28d31a703fd5e4b2f3e45287b12a6a8002e3aee8 (diff)
downloadgcc-436a88a6d45effd37cfe91200dc3d954a6c16a21.zip
gcc-436a88a6d45effd37cfe91200dc3d954a6c16a21.tar.gz
gcc-436a88a6d45effd37cfe91200dc3d954a6c16a21.tar.bz2
Makefile.in: Remove all targets related to building distributions and diffs, or INSTALL.
* Makefile.in: Remove all targets related to building distributions and diffs, or INSTALL. * INSTALL, install1.texi: Remove. * configure.in: Remove mention of distdir. * configure: Regenerate. * objc/Make-lang.in: Remove mention of distdir. ch: * Make-lang.in (CHILL.distdir): Remove. cp: * Make-lang.in (c++.distdir): Remove. f: * Make-lang.in: Remove f77.distdir and f/INSTALL. * INSTALL, install0.texi: Remove. java: * Make-lang.in (java.distdir): Remove. From-SVN: r37265
Diffstat (limited to 'gcc/objc/Make-lang.in')
-rw-r--r--gcc/objc/Make-lang.in14
1 files changed, 1 insertions, 13 deletions
diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in
index 6f19902..7eae3d6 100644
--- a/gcc/objc/Make-lang.in
+++ b/gcc/objc/Make-lang.in
@@ -24,7 +24,7 @@
# foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap,
# foo.info, foo.dvi,
# foo.install-normal, foo.install-common, foo.install-info, foo.install-man,
-# foo.uninstall, foo.distdir,
+# foo.uninstall,
# foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
# foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
#
@@ -141,15 +141,3 @@ objc.stage3: stage3-start
objc.stage4: stage4-start
-mv objc/*$(objext) stage4/objc
-mv cc1obj$(exeext) stage4
-
-#
-# Maintenance hooks:
-
-# This target creates the files that can be rebuilt, but go in the
-# distribution anyway. It then copies the files to the distdir directory.
-objc.distdir: $(srcdir)/objc/objc-parse.c
- mkdir tmp/objc
- cd objc; \
- for file in *[0-9a-zA-Z+]; do \
- ln $$file ../tmp/objc >/dev/null 2>&1 || cp $$file ../tmp/objc; \
- done