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.am | |
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.am')
-rw-r--r-- | boehm-gc/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index f169c4fe83b..286a34c5a78 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -90,8 +90,6 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \ $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS) LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@ -AM_CFLAGS = @GC_CFLAGS@ - # Work around what appears to be a GNU make bug handling MAKEFLAGS # values defined in terms of make variables, as is the case for CC and # friends when we are called from the top level Makefile. |