diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-08-31 15:06:11 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-08-31 15:06:11 +0000 |
commit | f469d32bb9cb3e0bf4033c0c25a3701a303e7e14 (patch) | |
tree | 2c358376067264d3d89cbd5e349536f699b40392 /binutils/Makefile.am | |
parent | 3a4743fef3df74c486f23cedca987be77b43dd7a (diff) | |
download | gdb-f469d32bb9cb3e0bf4033c0c25a3701a303e7e14.zip gdb-f469d32bb9cb3e0bf4033c0c25a3701a303e7e14.tar.gz 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.am | 3 |
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\"" \ |