* Fixed typo (HAVE_ELF/HAVE_LIBELF).
git-svn-id: svn://svn.zoy.org/elk/trunk@111 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
f253c8e261
commit
098b405785
|
@ -109,7 +109,7 @@ void Init_Dump () {
|
||||||
return False;\
|
return False;\
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(HAVE_ELF)
|
#if defined(HAVE_LIBELF)
|
||||||
# include "dump-elf.c"
|
# include "dump-elf.c"
|
||||||
#elif defined(ECOFF)
|
#elif defined(ECOFF)
|
||||||
# include "dump-ecoff.c"
|
# include "dump-ecoff.c"
|
||||||
|
|
Loading…
Reference in New Issue