diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-23 15:15:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-23 15:15:47 +0000 |
commit | 3fdaf2bbc7457608cacd9ffe460d212014134cae (patch) | |
tree | 9c87cb7b0341ff963d2cb3f3a22810c7f9b0dd08 /Makefile.in | |
parent | 0c156ee0c4f2a39d6e6f868fb781be07bcee0f55 (diff) |
fix from psm: add UCLIBC_ prefix to HAS_SHADOW option
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |