summaryrefslogtreecommitdiff
path: root/libgfortran/Makefile.in
diff options
context:
space:
mode:
authorgingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-26 08:43:56 +0000
committergingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-26 08:43:56 +0000
commit7d9455ce901046b5cf22dc02d82412167dc0d952 (patch)
treecac07c0a19b9ddebaaf3dfd60b75690b7b41ddcd /libgfortran/Makefile.in
parente564d7f548f6ccbce0a59a2008700b4f545f5234 (diff)
downloadgcc-7d9455ce901046b5cf22dc02d82412167dc0d952.tar.gz
2012-03-26 Tristan Gingold <gingold@adacore.com>
* configure.ac: Use GCC_CHECK_MATH_FUNC for math functions. * acinclude.m4: Include ../config/math.m4 * configure: Regenerate. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185789 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/Makefile.in')
-rw-r--r--libgfortran/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgfortran/Makefile.in b/libgfortran/Makefile.in
index b65eca49224..09b50642d8e 100644
--- a/libgfortran/Makefile.in
+++ b/libgfortran/Makefile.in
@@ -56,7 +56,8 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/acx.m4 \
$(top_srcdir)/../config/no-executables.m4 \
- $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/../config/math.m4 $(top_srcdir)/../libtool.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \