diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-09 01:27:29 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-09 01:27:29 +0000 |
commit | 8cafc63f2530a682d477a462eb329a2315c8a321 (patch) | |
tree | ebbd39e2d9333026b52a752ae1469540f904d2ab /libmudflap/Makefile.in | |
parent | 1e055db06033a57a68e80b4a000918f189c17550 (diff) | |
download | gcc-8cafc63f2530a682d477a462eb329a2315c8a321.tar.gz |
2004-12-08 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Add ../config to ACLOCAL_AMFLAGS.
* aclocal.m4, Makefile.in, testsuite/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91926 138bc75d-0d04-0410-961f-82ee72b054a4
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) |