diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-13 19:55:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-13 19:55:14 +0000 |
commit | 251617280e8ba6b6f6986446de977b27562e1020 (patch) | |
tree | 7096fc30e28e1a7165c77d05d0823e202260a3fa /opcodes/Makefile.am | |
parent | 004040c93b7532b4cc0f65836a2d0327e18fa60c (diff) | |
download | gdb-251617280e8ba6b6f6986446de977b27562e1020.zip gdb-251617280e8ba6b6f6986446de977b27562e1020.tar.gz gdb-251617280e8ba6b6f6986446de977b27562e1020.tar.bz2 |
* Makefile.am (AUTOMAKE_OPTIONS): Define.
* configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 569bf84..2bdc716 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to generate Makefile.in +AUTOMAKE_OPTIONS = cygnus + INCDIR = $(srcdir)/../include BFDDIR = $(srcdir)/../bfd DEP = mkdep |