summaryrefslogtreecommitdiff
path: root/gprof/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-10-24 04:56:12 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-10-24 04:56:12 +0000
commit52fd5c909651b2dcca12a89e909595f15d560efa (patch)
tree97d22b0b3ae1ec18fb02f2ddef737656642fcd36 /gprof/Makefile.am
parent9f495bbcd7ac70e1c94471fbfedcdd9f837ffa94 (diff)
downloadbinutils-redhat-52fd5c909651b2dcca12a89e909595f15d560efa.tar.gz
* Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
* configure.in: Invoke AC_GNU_SOURCE. * Makefile.in: Regenerate. * configure: Regenerate. * gconfig.in: Regenerate.
Diffstat (limited to 'gprof/Makefile.am')
-rw-r--r--gprof/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index 70c104b873..e9ed8458de 100644
--- a/gprof/Makefile.am
+++ b/gprof/Makefile.am
@@ -17,7 +17,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
MKDEP = gcc -MM
-INCLUDES = -D_GNU_SOURCE -DDEBUG -I../bfd -I$(srcdir)/../include \
+INCLUDES = -DDEBUG -I../bfd -I$(srcdir)/../include \
-I$(srcdir)/../bfd @INCINTL@ -I. \
-DLOCALEDIR="\"$(datadir)/locale\""