about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-05 19:33:42 +0000
committerRoland McGrath <roland@gnu.org>2005-10-05 19:33:42 +0000
commit794102b04778e68faa12be00638aebdea6eb99a1 (patch)
tree792ea3d597ecf9c5c77ae7df0ec088ce52d2de92
parentdc936e2b7cd3523ecd5984ad667ca61021a8a6bd (diff)
downloadglibc-794102b04778e68faa12be00638aebdea6eb99a1.tar.gz
glibc-794102b04778e68faa12be00638aebdea6eb99a1.tar.xz
glibc-794102b04778e68faa12be00638aebdea6eb99a1.zip
* crypt/Makefile (distribute): Remove duplicate defn.
-rw-r--r--ChangeLog2
-rw-r--r--crypt/Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 0584ce85b5..3eef73eab8 100644
--- 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
diff --git a/crypt/Makefile b/crypt/Makefile
index af088f1e6c..575221a1c5 100644
--- a/crypt/Makefile
+++ b/crypt/Makefile
@@ -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