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.am | |
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.am')
-rw-r--r-- | binutils/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 4f7a832..b559ffd 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = cygnus dejagnu +ACLOCAL_AMFLAGS = -I .. SUBDIRS = doc po |