* crypt/Makefile (distribute): Remove duplicate defn.
authorRoland McGrath <roland@gnu.org>
Wed, 5 Oct 2005 19:33:42 +0000 (19:33 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 5 Oct 2005 19:33:42 +0000 (19:33 +0000)
ChangeLog
crypt/Makefile

index 0584ce8..3eef73e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-10-05  Roland McGrath  <roland@redhat.com>
 
+       * crypt/Makefile (distribute): Remove duplicate defn.
+
        * sysdeps/generic/ldsodefs.h (struct audit_ifaces):
        Use ARCH_PLTENTER_MEMBERS and ARCH_PLTEXIT_MEMBERS macros if defined.
        * elf/tst-auditmod1.c: Include <tst-audit.h> to define more
index af088f1..575221a 100644 (file)
@@ -23,17 +23,15 @@ subdir      := crypt
 
 headers := crypt.h
 
-distribute := md5.h
-
 extra-libs := libcrypt
 extra-libs-others := $(extra-libs)
 
 libcrypt-routines := crypt-entry md5-crypt md5 crypt crypt_util
 
-tests = cert md5test md5c-test
+tests := cert md5test md5c-test
 
-distribute = ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \
-            Banner md5.h
+distribute := ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \
+             Banner md5.h
 
 include ../Makeconfig