diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-12-20 00:20:47 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-20 00:20:47 +0000 |
commit | 38be19f60319beaea4e64818eaed323e7c9c40f3 (patch) | |
tree | cfe311f99b176a5498cc516e8240a9f719797b97 /gcc/objc | |
parent | 303f89334bd94da78c32c1fa9eb91fef7dd0ae31 (diff) | |
download | gcc-38be19f60319beaea4e64818eaed323e7c9c40f3.zip gcc-38be19f60319beaea4e64818eaed323e7c9c40f3.tar.gz gcc-38be19f60319beaea4e64818eaed323e7c9c40f3.tar.bz2 |
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
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/config-lang.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in index 9155d9d..57066a4 100644 --- a/gcc/objc/config-lang.in +++ b/gcc/objc/config-lang.in @@ -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="objc" @@ -32,6 +31,4 @@ compilers="cc1obj\$(exeext)" stagestuff="" -diff_excludes="-x objc-parse.c -x objc-parse.y " - target_libs=target-libobjc |