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 ddd9d222fb..763908e7c5 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -42,7 +42,7 @@ distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ extra-libs = libdl extra-libs-others = $(extra-libs) -libdl-routines := dlopen dlclose dlsym dlvsym dlerror dladdr +libdl-routines := dlopen dlclose dlsym dlvsym dlerror dladdr dlopenold before-compile = $(objpfx)trusted-dirs.h |