summaryrefslogtreecommitdiff
path: root/libbacktrace/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2013-01-01 16:23:03 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-01-01 16:23:03 +0000
commitc3de1960917e9c1573e6ddb454f7848c75d2ee35 (patch)
tree3723d533e7a8c2952a1facf05c386d83824ed1e7 /libbacktrace/Makefile.am
parent42d573997e3b78a8679919add16e4052bb2d3ed4 (diff)
re PR bootstrap/54834 (bootstrap fails when building libbacktrace)
PR bootstrap/54834 * Makefile.am (AM_CPPFLAGS): Remove -I ../gcc/include and -I $(MULTIBUILDTOP)/../../gcc/include. * Makefile.in: Rebuild. From-SVN: r194770
Diffstat (limited to 'libbacktrace/Makefile.am')
-rw-r--r--libbacktrace/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/Makefile.am b/libbacktrace/Makefile.am
index da1250234c6..b4542469490 100644
--- a/libbacktrace/Makefile.am
+++ b/libbacktrace/Makefile.am
@@ -32,7 +32,7 @@
ACLOCAL_AMFLAGS = -I .. -I ../config
AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
- -I ../libgcc -I ../gcc/include -I $(MULTIBUILDTOP)../../gcc/include
+ -I ../libgcc
AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG)