| Index: elf/Makefile
|
| diff --git a/elf/Makefile b/elf/Makefile
|
| index 8a3f5b7905514c291d5b9c2dcf1d4e2d1e81a437..b17a615f35b9e349ee7921036ba6659e83365af4 100644
|
| --- a/elf/Makefile
|
| +++ b/elf/Makefile
|
| @@ -23,8 +23,7 @@ subdir := elf
|
| headers = elf.h bits/elfclass.h link.h bits/link.h
|
| routines = $(dl-routines) dl-support dl-iteratephdr \
|
| dl-addr enbl-secure dl-profstub \
|
| - dl-origin dl-libc dl-sym dl-tsd dl-sysdep \
|
| - receive_args
|
| + dl-origin dl-libc dl-sym dl-tsd dl-sysdep
|
|
|
| # The core dynamic linking functions are in libc for the static and
|
| # profiled libraries.
|
|
|