aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-10-24 04:56:48 +0000
committerAlan Modra <amodra@gmail.com>2007-10-24 04:56:48 +0000
commit67310ccd0ea72ebe9374ba4478a7357cd7a00790 (patch)
tree38c5889c09fc77b6cc6d2a8f3e620d711749b5fa /ld/Makefile.am
parent0ab6f08504f254395c6107b56a033811299c9ecd (diff)
downloadgdb-67310ccd0ea72ebe9374ba4478a7357cd7a00790.zip
gdb-67310ccd0ea72ebe9374ba4478a7357cd7a00790.tar.gz
gdb-67310ccd0ea72ebe9374ba4478a7357cd7a00790.tar.bz2
* Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
* configure.in: Invoke AC_GNU_SOURCE. * Makefile.in: Regenerate. * config.in: Regenerate. * configure: Regenerate. * po/POTFILES.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index f7d2d08..f1a6108 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -101,7 +101,7 @@ AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \
TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \
-I $(top_srcdir)/../libiberty
-INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
+INCLUDES = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
@INCINTL@ $(HDEFINES) $(CFLAGS) \
-DLOCALEDIR="\"$(datadir)/locale\""