1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

* 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

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