mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-12 03:28:12 +01:00
Include from tdep-$(arch) directory after the normal incliude directory.
(Logical change 1.294)
This commit is contained in:
parent
f9b7af51ed
commit
3e8a50255c
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ lib_LIBRARIES = $(LIBRARIES_cdep)
|
|||
lib_LTLIBRARIES = $(lib_LTLIBRARIES_cdep) $(lib_LTLIBRARIES_arch) \
|
||||
$(lib_LTLIBRARIES_cdep_setjmp)
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include/$(arch) -I$(top_srcdir)/include -I.
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/tdep-$(arch) -I.
|
||||
AM_CCASFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
EXTRA_DIST = elfxx.h elfxx.c unwind/unwind-internal.h \
|
||||
|
|
Loading…
Reference in a new issue