summaryrefslogtreecommitdiff
path: root/libc/crypt
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-03-07 19:31:25 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-03-07 19:31:25 +0000
commit166cc47deaa1da2477806e3bb9a1c6bd0b94ff52 (patch)
tree12c479e061d53a1ec8c9bf0451e84ac191323792 /libc/crypt
parent68958b4bf50cfd014e72d20fbe187f4d1ddee22f (diff)
downloadeglibc2-166cc47deaa1da2477806e3bb9a1c6bd0b94ff52.tar.gz
Merge changes between r17384 and r17457 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@17458 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/crypt')
-rw-r--r--libc/crypt/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/crypt/Makefile b/libc/crypt/Makefile
index 51dcb3822..1184810b6 100644
--- a/libc/crypt/Makefile
+++ b/libc/crypt/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 2000, 2001, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1996,2000,2001,2007,2009,2012 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -34,9 +34,6 @@ libcrypt-routines += $(libcrypt-routines-y)
tests-$(OPTION_EGLIBC_CRYPT) := md5c-test sha256c-test sha512c-test
tests-$(OPTION_EGLIBC_CRYPT_UFC) += cert
-distribute := ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \
- Banner md5.h sha256.h sha512.h
-
include ../Makeconfig
ifeq ($(crypt-in-libc)$(OPTION_EGLIBC_CRYPT),yesy)