summaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-08-31 15:06:11 +0000
committerH.J. Lu <hjl@lucon.org>2007-08-31 15:06:11 +0000
commitf2d244326511f9ec2e6677ed631e11ec3a89ba2d (patch)
tree1e357a2315ef7064bc09efac18dbf06cef0e45b1 /binutils/Makefile.am
parent84acba8b5e97530c59be5e7a17aca883c65589b4 (diff)
downloadbinutils-redhat-f2d244326511f9ec2e6677ed631e11ec3a89ba2d.tar.gz
2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (INCLUDES): Remove -D_GNU_SOURCE. * Makefile.in: Regenerated. * sysdep.h: Include "config.h" first.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index 9590b18d4c..c9ac0dc754 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -71,8 +71,7 @@ INCDIR = $(BASEDIR)/include
MKDEP = gcc -MM
-INCLUDES = -D_GNU_SOURCE \
- -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
+INCLUDES = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
@HDEFINES@ \
@INCINTL@ \
-DLOCALEDIR="\"$(datadir)/locale\"" \