about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-14 03:48:09 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-14 03:48:09 +0000
commit464623260126aee45562d7c97e7d743637107c47 (patch)
tree35fffe1a8a534aaf72fec3597fe53aaa3805fe55
parentcf2964e2b797e7525f02761e545283f6baff4bac (diff)
downloadglibc-464623260126aee45562d7c97e7d743637107c47.tar.gz
glibc-464623260126aee45562d7c97e7d743637107c47.tar.xz
glibc-464623260126aee45562d7c97e7d743637107c47.zip
Update.
	* crypt/Makefile (distribute): Add md5.h.
-rw-r--r--ChangeLog2
-rw-r--r--crypt/Makefile2
-rw-r--r--localedata/ChangeLog2
-rw-r--r--soft-fp/ChangeLog2
4 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 11c89e2ffc..cc0108c523 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* crypt/Makefile (distribute): Add md5.h.
+
 	* Makefile (distribute): Add include/shlib-compat.h.
 
 	* Make-dist: Search for tests also in sysdeps hierachy.
diff --git a/crypt/Makefile b/crypt/Makefile
index 79f45b80ce..055b76d43a 100644
--- a/crypt/Makefile
+++ b/crypt/Makefile
@@ -33,7 +33,7 @@ libcrypt-routines := crypt-entry md5-crypt md5 crypt crypt_util
 tests = cert md5test md5c-test
 
 distribute = ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \
-	     Banner
+	     Banner md5.h
 
 include ../Makeconfig
 
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index cd06f58413..cb4a321dc8 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,7 @@
 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* Makefile (ld-test-srcs): Add trans.def here.
+
 	* Makefile (ld-test-srcs): Handle .ds files separately.
 
 	* Makefile (ld-test-srcs): Distribute all test6 input files.
diff --git a/soft-fp/ChangeLog b/soft-fp/ChangeLog
index 63bbd8b9a6..762508daa1 100644
--- a/soft-fp/ChangeLog
+++ b/soft-fp/ChangeLog
@@ -1,5 +1,7 @@
 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* Makefile (distribute): Add the math functions, too.
+
 	* Makefile (distribute): Add ChangeLog, Banner, and configure.
 
 2000-03-03  Geoff Keating  <geoffk@cygnus.com>