From 3fdaf2bbc7457608cacd9ffe460d212014134cae Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 23 Aug 2006 15:15:47 +0000 Subject: fix from psm: add UCLIBC_ prefix to HAS_SHADOW option --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index a1de34ecf..d6f8cf72e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -181,7 +181,7 @@ ifneq ($(UCLIBC_HAS_GETOPT_LONG),y) $(RM) $(PREFIX)$(DEVEL_PREFIX)include/getopt.h endif endif -ifneq ($(HAS_SHADOW),y) +ifneq ($(UCLIBC_HAS_SHADOW),y) # Remove shadow header since shadow password support is disabled. $(RM) $(PREFIX)$(DEVEL_PREFIX)include/shadow.h endif -- cgit v1.2.3