1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-25 19:01:44 +02:00

Rename ia32 to x86.

(EXTRA_DIST): Mention mempool.h.

(Logical change 1.32)
This commit is contained in:
mostang.com!davidm 2002-12-19 07:16:50 +00:00
parent 481e35c2ca
commit e2e110850f

View file

@ -1,8 +1,8 @@
if ARCH_IA64
include_HEADERS_tdep = include/libunwind-ia64.h
else
if ARCH_IA32
include_HEADERS_tdep = include/libunwind-ia32.h
if ARCH_X86
include_HEADERS_tdep = include/libunwind-x86.h
endif
endif
@ -17,5 +17,5 @@ endif
SUBDIRS = src tests doc
EXTRA_DIST = include/internal.h \
EXTRA_DIST = include/internal.h include/mempool.h \
include/libunwind-ia64.h include/tdep-ia64.h include/ia64/script.h