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/ada/config-lang.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/ada/config-lang.in') diff --git a/gcc/ada/config-lang.in b/gcc/ada/config-lang.in index d9029c1..d381217 100644 --- a/gcc/ada/config-lang.in +++ b/gcc/ada/config-lang.in @@ -25,7 +25,6 @@ # boot_language - "yes" if we need to build this language in stage1 # compilers - value to add to $(COMPILERS) # stagestuff - files to add to $(STAGESTUFF) -# diff_excludes - files to ignore when building diffs between two versions. language="ada" boot_language=yes @@ -35,6 +34,4 @@ compilers="gnat1\$(exeext)" stagestuff="gnatbind\$(exeext) gnat1\$(exeext)" -diff_excludes="-x ada/a-einfo.h -x ada/a-sinfo.h -x ada/nmake.adb -x ada/nmake.ads -x ada/treeprs.ads -x ada/sysid.ads" - outputs=ada/Makefile -- cgit v1.1