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 /bfd/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 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 44a4201d3d1..ee0d0742b5a 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -616,7 +616,7 @@ BFD_LIBS = @bfd_libs@ BFD_MACHINES = @bfd_machines@ TDEFAULTS = @tdefaults@ -INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl +INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@ # C source files that correspond to .o's. SOURCE_CFILES = \ |