Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 14 Jun 2000 03:48:09 +0000 (03:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 14 Jun 2000 03:48:09 +0000 (03:48 +0000)
* crypt/Makefile (distribute): Add md5.h.

ChangeLog
crypt/Makefile
localedata/ChangeLog
soft-fp/ChangeLog

index 11c89e2..cc0108c 100644 (file)
--- 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.
index 79f45b8..055b76d 100644 (file)
@@ -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
 
index cd06f58..cb4a321 100644 (file)
@@ -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.
index 63bbd8b..762508d 100644 (file)
@@ -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>