aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-08-31 14:55:10 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-08-31 14:55:10 +0000
commitdabbade67e0b558a90c99f1c5173026a2c339ada (patch)
tree6a36d3a3e8f8d2265577bda9668a4d356d2be638 /opcodes/Makefile.in
parenta1438fce30be2e62cfcb2d798e46766c65b82316 (diff)
downloadfsf-binutils-gdb-dabbade67e0b558a90c99f1c5173026a2c339ada.zip
fsf-binutils-gdb-dabbade67e0b558a90c99f1c5173026a2c339ada.tar.gz
fsf-binutils-gdb-dabbade67e0b558a90c99f1c5173026a2c339ada.tar.bz2
2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (INCLUDES): Remove -D_GNU_SOURCE. * Makefile.in: Regenerated. * configure.in (AC_GNU_SOURCE): Added. (AC_PROG_CC): Moved before AC_GNU_SOURCE. (AC_CHECK_DECLS): Add stpcpy. * configure: Regenerated. * config.in: Likewise. * i386-dis.c: Include "sysdep.h" before "dis-asm.h". * sysdep.h (stpcpy): New.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r--opcodes/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index bbb5572..953f261 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -583,7 +583,7 @@ OFILES = @BFD_MACHINES@
# We should reconfigure whenever bfd/configure.in changes, because
# that's where the version number in Makefile comes from.
CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
-INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
+INCLUDES = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
# It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
# Unfortunately this causes libtool to add -L$(libdir), referring to the