diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 34be12e769..06aeb7590a 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -20,7 +20,7 @@ subdir := elf -headers = elf.h link.h dlfcn.h +headers = elf.h elfclass.h link.h dlfcn.h routines = init-first $(dl-routines) dl-open dl-symbol dl-support # The core dynamic linking functions are in libc for the static and |