From e17a4fc49846121c37f985a5edcff161041b3045 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Sat, 14 Apr 2007 20:45:09 +0000 Subject: [PATCH] * Makefile.am: Add ACLOCAL_AMFLAGS. * Makefile.in: Regenerate. --- opcodes/ChangeLog | 5 +++++ opcodes/Makefile.am | 1 + opcodes/Makefile.in | 1 + 3 files changed, 7 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f0f8af8066..d846b72d6b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2007-04-14 Steve Ellcey + + * Makefile.am: Add ACLOCAL_AMFLAGS. + * Makefile.in: Regenerate. + 2007-04-13 H.J. Lu * i386-dis.c: Remove trailing white spaces. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index b929ab4092..96433f3fae 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 679f8dc1f4..8acad92bd6 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 -- 2.11.0