diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-31 15:14:46 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-31 15:14:46 +0000 |
commit | 20e95c23ab729a24aa7533de3a61b6e2c49506ea (patch) | |
tree | 7da8856acd79a82104cd1d35fed0e05780d0caca /gdb/Makefile.in | |
parent | 38365cdd8f6f2101eeb1d85c6cc3235f99557ad4 (diff) | |
download | gdb-20e95c23ab729a24aa7533de3a61b6e2c49506ea.zip gdb-20e95c23ab729a24aa7533de3a61b6e2c49506ea.tar.gz gdb-20e95c23ab729a24aa7533de3a61b6e2c49506ea.tar.bz2 |
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 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e768284..ece8974 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -45,7 +45,8 @@ infodir = @infodir@ htmldir = $(prefix)/html includedir = @includedir@ -# This can be referenced by `INTLDEPS' as computed by CY_GNU_GETTEXT. +# This can be referenced by `LIBINTL' as computed by +# ZW_GNU_GETTEXT_SISTER_DIR. top_builddir = . SHELL = @SHELL@ @@ -135,11 +136,9 @@ GDB_WERROR_CFLAGS = $(WERROR_CFLAGS) GDB_WARN_CFLAGS_NO_FORMAT = `echo " $(GDB_WARN_CFLAGS) " | sed "s/ -Wformat-nonliteral / /g"` # Where is the INTL library? Typically in ../intl. -INTL_DIR = ../intl -INTL = @INTLLIBS@ -INTL_DEPS = @INTLDEPS@ -INTL_SRC = $(srcdir)/$(INTL_DIR) -INTL_CFLAGS = -I$(INTL_DIR) -I$(INTL_SRC) +INTL = @LIBINTL@ +INTL_DEPS = @LIBINTL_DEP@ +INTL_CFLAGS = @INCINTL@ # Where is the ICONV library? This can be empty if libc has iconv. LIBICONV = @LIBICONV@ |