mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
(noinst_PROGRAMS): Mention test-init and test-varargs.
(Logical change 1.21)
This commit is contained in:
parent
6a0ac2b8a4
commit
e0ac536efc
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ else
|
|||
if ARCH_IA64
|
||||
noinst_PROGRAMS_arch = sig
|
||||
endif
|
||||
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_arch) bt exc
|
||||
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_arch) bt exc \
|
||||
test-init test-varargs
|
||||
endif
|
||||
|
||||
LDADD = ../src/libunwind-$(arch).la
|
||||
|
|
Loading…
Reference in a new issue