summaryrefslogtreecommitdiff
path: root/libmudflap/Makefile.am
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2005-03-21 17:44:38 +0000
committerZack Weinberg <zack@gcc.gnu.org>2005-03-21 17:44:38 +0000
commitfd0811ef5da95c0787433dd30769a21e0ef662da (patch)
tree243562b22fb2b10d78c5fe68b548115ad53361b7 /libmudflap/Makefile.am
parent2b37e3d54db3df5d8be83ee4af75fddb8af274db (diff)
downloadgcc-fd0811ef5da95c0787433dd30769a21e0ef662da.tar.gz
configure.ac: Do not invoke TL_AC_GCC_VERSION.
* configure.ac: Do not invoke TL_AC_GCC_VERSION. In all substitutions, expand gcc_version in Makefile. * aclocal.m4, configure: Regenerate. * Makefile.am: Set gcc_version. * Makefile.in, testsuite/Makefile.in: Regenerate. From-SVN: r96817
Diffstat (limited to 'libmudflap/Makefile.am')
-rw-r--r--libmudflap/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmudflap/Makefile.am b/libmudflap/Makefile.am
index e55738c72a0..3be442a3139 100644
--- a/libmudflap/Makefile.am
+++ b/libmudflap/Makefile.am
@@ -9,6 +9,9 @@ ACLOCAL_AMFLAGS = -I .. -I ../config
MAINT_CHARSET = latin1
SUBDIRS = testsuite
+# May be used by various substitution variables.
+gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
+
SECTION_FLAGS = @SECTION_FLAGS@
AM_CFLAGS = -Wall $(SECTION_FLAGS)