diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 10:13:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-09 10:13:23 +0000 |
commit | 019e7a645aa33eee4cb5098dc475a303d0e0512a (patch) | |
tree | ee004ff33b7f59e6799447786398ea64fc8e19fd /elf | |
parent | bee1e289fafbf1d429f401eb4d7ea4be27282f17 (diff) | |
download | glibc-019e7a645aa33eee4cb5098dc475a303d0e0512a.tar glibc-019e7a645aa33eee4cb5098dc475a303d0e0512a.tar.gz glibc-019e7a645aa33eee4cb5098dc475a303d0e0512a.tar.bz2 glibc-019e7a645aa33eee4cb5098dc475a303d0e0512a.zip |
Update.
1999-07-09 Andreas Schwab <schwab@suse.de>
* elf/Makefile (headers): Remove bits/dlfcn.h and dlfcn.h.
* dlfcn/Makefile (headers): Add bits/dlfcn.h.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 48012ee0c4..d063a4d007 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -20,7 +20,7 @@ subdir := elf -headers = elf.h bits/elfclass.h bits/dlfcn.h link.h dlfcn.h +headers = elf.h bits/elfclass.h link.h routines = $(dl-routines) dl-open dl-close dl-symbol dl-support \ dl-addr enbl-secure dl-profstub dl-origin dl-libc dl-sym |