diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-08 04:54:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-08 04:54:46 +0000 |
commit | ffa8a90345ca127a384198b96add9939cb9f8e5c (patch) | |
tree | 74ca936c21786d613d141e12942c764019160270 /elf | |
parent | b0982c4ad36a973322650068ba29fa30c104975d (diff) | |
download | glibc-ffa8a90345ca127a384198b96add9939cb9f8e5c.tar.gz |
Update.
* elf/Makefile (distribute): Add dl-dtprocnum.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 72ce671ee2..a31e0816c8 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 |