aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2007-04-14 20:45:09 +0000
committerSteve Ellcey <sje@cup.hp.com>2007-04-14 20:45:09 +0000
commitb7d19ba641183ea01008540cec858f52968f9f34 (patch)
tree687010cfc71734cda0362d622011aa35affe877e /gas
parentd45dc31f55d557026418bf3394fb90cfb034efaa (diff)
downloadgdb-b7d19ba641183ea01008540cec858f52968f9f34.zip
gdb-b7d19ba641183ea01008540cec858f52968f9f34.tar.gz
gdb-b7d19ba641183ea01008540cec858f52968f9f34.tar.bz2
* Makefile.am: Add ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/Makefile.am1
-rw-r--r--gas/Makefile.in1
3 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d1293f3..246917b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-14 Steve Ellcey <sje@cup.hp.com>
+
+ * Makefile.am: Add ACLOCAL_AMFLAGS.
+ * Makefile.in: Regenerate.
+
2007-04-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* config/tc-sh.c (align_test_frag_offset_fixed_p): New.
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 5f5439b..ea1f13f 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 615d818..2ca0212 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.