* crypt/Makefile (distribute): Remove duplicate defn.

This commit is contained in:
Roland McGrath 2005-10-05 19:33:42 +00:00
parent dc936e2b7c
commit 794102b047
2 changed files with 5 additions and 5 deletions

View File

@ -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

View 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