diff options
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r-- | gold/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am index d05979e..c9cde9c 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -10,7 +10,7 @@ ACLOCAL_AMFLAGS = -I ../bfd -I ../config AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CXXFLAGS) -INCLUDES = -D_GNU_SOURCE \ +INCLUDES = \ -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \ -DLOCALEDIR="\"$(datadir)/locale\"" \ -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \ |