diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-12-09 01:27:29 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-12-09 01:27:29 +0000 |
commit | 901713f134dfdbaebd96a26aea0f2335846d3e4d (patch) | |
tree | ebbd39e2d9333026b52a752ae1469540f904d2ab /libmudflap/testsuite/Makefile.in | |
parent | dec20d740406b043383a8ad0564d4c1ea31f709f (diff) | |
download | gcc-901713f134dfdbaebd96a26aea0f2335846d3e4d.tar.gz |
Makefile.am: Add ../config to ACLOCAL_AMFLAGS.
2004-12-08 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Add ../config to ACLOCAL_AMFLAGS.
* aclocal.m4, Makefile.in, testsuite/Makefile.in: Regenerate.
From-SVN: r91926
Diffstat (limited to 'libmudflap/testsuite/Makefile.in')
-rw-r--r-- | libmudflap/testsuite/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libmudflap/testsuite/Makefile.in b/libmudflap/testsuite/Makefile.in index 8e7a8e65f98..1b60def8f15 100644 --- a/libmudflap/testsuite/Makefile.in +++ b/libmudflap/testsuite/Makefile.in @@ -40,9 +40,8 @@ subdir = testsuite DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/mfconfig.exp.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \ - $(top_srcdir)/../config/gcc-version.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/../config/gcc-version.m4 \ + $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs |