diff options
author | Geoffrey Keating <geoffk@redhat.com> | 2002-06-04 07:11:05 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2002-06-04 07:11:05 +0000 |
commit | e2500fedef1a1c5b9e818fd1e2c281adff80df4a (patch) | |
tree | 720630adca0f6b357e05c4feb8cbe33d556925ce /gcc/objc/config-lang.in | |
parent | c2ae66169b8326bbf9b1dfa63083d2560fea7ddf (diff) | |
download | gcc-e2500fedef1a1c5b9e818fd1e2c281adff80df4a.zip gcc-e2500fedef1a1c5b9e818fd1e2c281adff80df4a.tar.gz gcc-e2500fedef1a1c5b9e818fd1e2c281adff80df4a.tar.bz2 |
Merge from pch-branch up to tag pch-commit-20020603.
From-SVN: r54232
Diffstat (limited to 'gcc/objc/config-lang.in')
-rw-r--r-- | gcc/objc/config-lang.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in index 57066a4..62ff455 100644 --- a/gcc/objc/config-lang.in +++ b/gcc/objc/config-lang.in @@ -32,3 +32,5 @@ compilers="cc1obj\$(exeext)" stagestuff="" target_libs=target-libobjc + +gtfiles="\$(srcdir)/objc/objc-act.h" |