From 38be19f60319beaea4e64818eaed323e7c9c40f3 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 20 Dec 2001 00:20:47 +0000 Subject: configure.in (all_diff_excludes, [...]): Remove. * configure.in (all_diff_excludes, diff_excludes): Remove. * configure: Regenerate. * Makefile.in (LANG_DIFF_EXCLUDES): Remove. * objc/config-lang.in (diff_excludes): Remove. ada: * config-lang.in (diff_excludes): Remove. ch: * config-lang.in (diff_excludes): Remove. cp: * config-lang.in (diff_excludes): Remove. f: * config-lang.in (diff_excludes): Remove. java: * config-lang.in (diff_excludes): Remove. From-SVN: r48189 --- gcc/f/config-lang.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gcc/f/config-lang.in') diff --git a/gcc/f/config-lang.in b/gcc/f/config-lang.in index d0364a4..168daad 100644 --- a/gcc/f/config-lang.in +++ b/gcc/f/config-lang.in @@ -1,5 +1,5 @@ # Top level configure fragment for GNU FORTRAN. -# Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc. #This file is part of GNU Fortran. @@ -24,7 +24,6 @@ # language - name of language as it would appear in $(LANGUAGES) # compilers - value to add to $(COMPILERS) # stagestuff - files to add to $(STAGESTUFF) -# diff_excludes - files to ignore when building diffs between two versions. language="f77" @@ -32,6 +31,4 @@ compilers="f771\$(exeext)" stagestuff="g77\$(exeext) g77-cross\$(exeext) f771\$(exeext)" -diff_excludes="-x f/BUGS -x f/NEWS -x f/INSTALL -x f/intdoc.texi" - target_libs=target-libf2c -- cgit v1.1