diff options
author | Daniel Jacobowitz <dan@debian.org> | 2006-05-31 15:14:46 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2006-05-31 15:14:46 +0000 |
commit | 885da3f6b140d493ebdc17052207d808b243474c (patch) | |
tree | 4fc417e0895c29a2d87437b7bc0add1e1b64b0ed /opcodes/Makefile.am | |
parent | 33f5cac748386f7f14f4558a8b23bb4558ae3abc (diff) | |
download | gdb-885da3f6b140d493ebdc17052207d808b243474c.tar.gz |
Configury changes: update src repository (binutils, gdb, and rda) to use
config/gettext-sister.m4 instead of the old gettext.m4. Regenerate all
affected autotools files. Include intl in gdb releases again.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 2a29b550967..035c50c7441 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -328,7 +328,7 @@ OFILES = @BFD_MACHINES@ # that's where the version number in Makefile comes from. CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in -INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl +INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@ disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c |