summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-08 04:54:46 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-08 04:54:46 +0000
commitffa8a90345ca127a384198b96add9939cb9f8e5c (patch)
tree74ca936c21786d613d141e12942c764019160270
parentb0982c4ad36a973322650068ba29fa30c104975d (diff)
downloadglibc-ffa8a90345ca127a384198b96add9939cb9f8e5c.tar.gz
glibc-ffa8a90345ca127a384198b96add9939cb9f8e5c.tar.xz
glibc-ffa8a90345ca127a384198b96add9939cb9f8e5c.zip
Update.
	* elf/Makefile (distribute): Add dl-dtprocnum.h.
-rw-r--r--ChangeLog1
-rw-r--r--elf/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8466f26f32..9f22d2b8e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 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