X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FMakefile.in;h=ece8974f2b87ba4a9b1e07a7e8f7816a2ac20b0a;hb=20e95c23ab729a24aa7533de3a61b6e2c49506ea;hp=e76828425f37c04ea243660b7db35a01c8604b2d;hpb=38365cdd8f6f2101eeb1d85c6cc3235f99557ad4;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e76828425f..ece8974f2b 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@