aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/Makefile.am
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-02-26 23:27:53 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-02-26 23:27:53 +0000
commit6d4fb96f24489823ea2c484ef6117dd44881e59c (patch)
treeac7f305571d014c136c5ac2cf6fb586687e93b53 /boehm-gc/Makefile.am
parent17fd9cb97caf21d1780daa233591b3e3d706059a (diff)
downloadgcc-6d4fb96f24489823ea2c484ef6117dd44881e59c.zip
gcc-6d4fb96f24489823ea2c484ef6117dd44881e59c.tar.gz
gcc-6d4fb96f24489823ea2c484ef6117dd44881e59c.tar.bz2
Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
* 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. From-SVN: r78529
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r--boehm-gc/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am
index f169c4f..286a34c 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.