aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-08-31 15:06:11 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-08-31 15:06:11 +0000
commitf469d32bb9cb3e0bf4033c0c25a3701a303e7e14 (patch)
tree2c358376067264d3d89cbd5e349536f699b40392 /binutils/Makefile.am
parent3a4743fef3df74c486f23cedca987be77b43dd7a (diff)
downloadfsf-binutils-gdb-f469d32bb9cb3e0bf4033c0c25a3701a303e7e14.zip
fsf-binutils-gdb-f469d32bb9cb3e0bf4033c0c25a3701a303e7e14.tar.gz
fsf-binutils-gdb-f469d32bb9cb3e0bf4033c0c25a3701a303e7e14.tar.bz2
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 9590b18..c9ac0dc 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\"" \