diff options
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |