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/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/Makefile.in')
-rw-r--r-- | libmudflap/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libmudflap/Makefile.in b/libmudflap/Makefile.in index f961db328dd..84506f83f8b 100644 --- a/libmudflap/Makefile.in +++ b/libmudflap/Makefile.in @@ -49,9 +49,8 @@ DIST_COMMON = $(am__configure_deps) $(include_HEADERS) \ $(srcdir)/mf-runtime.h.in $(top_srcdir)/configure ChangeLog subdir = . 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) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -222,7 +221,7 @@ target_vendor = @target_vendor@ toolexecdir = @toolexecdir@ toolexeclibdir = @toolexeclibdir@ AUTOMAKE_OPTIONS = 1.8 foreign -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I .. -I ../config MAINT_CHARSET = latin1 SUBDIRS = testsuite AM_CFLAGS = -Wall $(SECTION_FLAGS) |