summaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-10-24 04:56:48 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-10-24 04:56:48 +0000
commit4863338a10eb9f63b306256b7b2568b5a1333bc4 (patch)
tree157a2eb4f38281037518c282aa74259394b7eb7f /ld/Makefile.am
parent52fd5c909651b2dcca12a89e909595f15d560efa (diff)
downloadbinutils-redhat-4863338a10eb9f63b306256b7b2568b5a1333bc4.tar.gz
* 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 f7d2d08941..f1a6108b1c 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\""