From: Roland McGrath Date: Wed, 5 Oct 2005 19:33:42 +0000 (+0000) Subject: * crypt/Makefile (distribute): Remove duplicate defn. X-Git-Tag: cvs/fedora-glibc-20051010T1417~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=794102b04778e68faa12be00638aebdea6eb99a1;p=platform%2Fupstream%2Fglibc.git * crypt/Makefile (distribute): Remove duplicate defn. --- diff --git a/ChangeLog b/ChangeLog index 0584ce8..3eef73e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-10-05 Roland McGrath + * 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 to define more diff --git a/crypt/Makefile b/crypt/Makefile index af088f1..575221a 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