diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-26 23:27:53 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-26 23:27:53 +0000 |
commit | a9924149bcbcc61504d8c51ef6069f831f931a84 (patch) | |
tree | ac7f305571d014c136c5ac2cf6fb586687e93b53 /boehm-gc/Makefile.in | |
parent | 149ccc1c1c6bd0aca4ef01b5b812815b0f7b5944 (diff) | |
download | gcc-a9924149bcbcc61504d8c51ef6069f831f931a84.tar.gz |
* Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
* Makefile.in: Regenerate.
* configure.in: Remove bogus duplicate invocation of
AM_MAINTAINER_MODE. Remove obsolete comment.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78529 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/Makefile.in')
-rw-r--r-- | boehm-gc/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in index 1abd33b8ed4..b64617c036c 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/Makefile.in @@ -154,7 +154,6 @@ libgcjgc_convenience_la_LIBADD = @addobjs@ libgcjgc_convenience_la_DEPENDENCIES = @addobjs@ AM_CXXFLAGS = @GC_CFLAGS@ - AM_CFLAGS = @GC_CFLAGS@ check_PROGRAMS = gctest |