diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | elf/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ 2000-06-07 Ulrich Drepper <drepper@redhat.com> + * elf/Makefile (distribute): Add dl-dtprocnum.h. * include/elf.h: Include also <dl-dtprocnum.h>. * elf/dl-deps.c: Likewise. * elf/dl-lookup.c: Likewise. diff --git a/elf/Makefile b/elf/Makefile index 72ce671..a31e081 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -43,7 +43,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \ testobj6.c testobj1_1.c failobj.c \ ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \ - dep1.c dep2.c dep3.c dep4.c + dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h include ../Makeconfig |