diff options
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r-- | gold/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in index 4b1b9e2..a7e3f73 100644 --- a/gold/Makefile.in +++ b/gold/Makefile.in @@ -271,7 +271,7 @@ SUBDIRS = po testsuite tooldir = $(exec_prefix)/$(target_alias) 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\"" \ |