From: sje Date: Sat, 14 Apr 2007 20:40:25 +0000 (+0000) Subject: * Makefile.am: Add ACLOCAL_AMFLAGS. X-Git-Tag: preoverlapped~970 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5fac0dfdac585f2ddfbe9e70ba3cdbdb7fdff2cd;p=pf3gnuchains%2Fpf3gnuchains4x.git * Makefile.am: Add ACLOCAL_AMFLAGS. * Makefile.in: Regenerate. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d1293f3d7d..246917b758 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2007-04-14 Steve Ellcey + + * Makefile.am: Add ACLOCAL_AMFLAGS. + * Makefile.in: Regenerate. + 2007-04-14 Kaz Kojima * config/tc-sh.c (align_test_frag_offset_fixed_p): New. diff --git a/gas/Makefile.am b/gas/Makefile.am index 5f5439b885..ea1f13f982 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu +ACLOCAL_AMFLAGS = -I .. SUBDIRS = doc po # Automake should figure this out on its own. It doesn't, because diff --git a/gas/Makefile.in b/gas/Makefile.in index 615d818a86..2ca0212772 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -243,6 +243,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ te_file = @te_file@ AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu +ACLOCAL_AMFLAGS = -I .. SUBDIRS = doc po # Automake should figure this out on its own. It doesn't, because # of the "cygnus" option. But distclean still wants it.