diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2005-03-21 17:44:38 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2005-03-21 17:44:38 +0000 |
commit | fd0811ef5da95c0787433dd30769a21e0ef662da (patch) | |
tree | 243562b22fb2b10d78c5fe68b548115ad53361b7 /libmudflap/Makefile.am | |
parent | 2b37e3d54db3df5d8be83ee4af75fddb8af274db (diff) | |
download | gcc-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.am | 3 |
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) |