From d69bea22a1fc70b341872b86b6d8dba3e897bf0a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 17 Jan 2012 10:35:52 +0100 Subject: tests: only test crypt if we have an impl Signed-off-by: Bernhard Reutner-Fischer --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 857ac8ad9..da5424e9f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -35,7 +35,7 @@ endif ifneq ($(UCLIBC_HAS_LOCALE),y) DIRS := $(filter-out locale,$(DIRS)) endif -ifneq ($(UCLIBC_HAS_CRYPT),y) +ifneq ($(UCLIBC_HAS_CRYPT_IMPL),y) DIRS := $(filter-out crypt,$(DIRS)) endif ifeq ($(HAS_NO_THREADS),y) -- cgit v1.2.3