diff options
author | Steve Ellcey <sje@cup.hp.com> | 2007-04-14 20:45:09 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2007-04-14 20:45:09 +0000 |
commit | b7d19ba641183ea01008540cec858f52968f9f34 (patch) | |
tree | 687010cfc71734cda0362d622011aa35affe877e /opcodes | |
parent | d45dc31f55d557026418bf3394fb90cfb034efaa (diff) | |
download | gdb-b7d19ba641183ea01008540cec858f52968f9f34.zip gdb-b7d19ba641183ea01008540cec858f52968f9f34.tar.gz gdb-b7d19ba641183ea01008540cec858f52968f9f34.tar.bz2 |
* Makefile.am: Add ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/Makefile.am | 1 | ||||
-rw-r--r-- | opcodes/Makefile.in | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f0f8af80..d846b72 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2007-04-14 Steve Ellcey <sje@cup.hp.com> + + * Makefile.am: Add ACLOCAL_AMFLAGS. + * Makefile.in: Regenerate. + 2007-04-13 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c: Remove trailing white spaces. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index b929ab4..96433f3 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = 1.9 cygnus +ACLOCAL_AMFLAGS = -I .. SUBDIRS = po diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 679f8dc..8acad92 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -226,6 +226,7 @@ target_noncanonical = @target_noncanonical@ target_os = @target_os@ target_vendor = @target_vendor@ AUTOMAKE_OPTIONS = 1.9 cygnus +ACLOCAL_AMFLAGS = -I .. SUBDIRS = po INCDIR = $(srcdir)/../include BFDDIR = $(srcdir)/../bfd |