diff options
author | Steve Ellcey <sje@cup.hp.com> | 2007-04-14 20:38:13 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2007-04-14 20:38:13 +0000 |
commit | d45dc31f55d557026418bf3394fb90cfb034efaa (patch) | |
tree | 27efc07f323f2a283aa25ef9a136a05d299ba093 /binutils/Makefile.in | |
parent | cfbc9945d4d03366a202265a801d07f5cbc1a5ee (diff) | |
download | gdb-d45dc31f55d557026418bf3394fb90cfb034efaa.zip gdb-d45dc31f55d557026418bf3394fb90cfb034efaa.tar.gz gdb-d45dc31f55d557026418bf3394fb90cfb034efaa.tar.bz2 |
* Makefile.am: Add ACLOCAL_AMFLAGS.
* configure.in: Change macro call order.
* Makefile.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 9d0e025..cbe89f7 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -332,6 +332,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ AUTOMAKE_OPTIONS = cygnus dejagnu +ACLOCAL_AMFLAGS = -I .. SUBDIRS = doc po tooldir = $(exec_prefix)/$(target_alias) YFLAGS = -d |