diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ ifneq ($(strip $(UCLIBC_HAS_GNU_GETOPT)),y) $(RM) $(PREFIX)$(DEVEL_PREFIX)include/getopt.h endif ifneq ($(strip $(HAS_SHADOW)),y) - # Remove getopt header since shadow password support is disabled. + # Remove shadow header since shadow password support is disabled. $(RM) $(PREFIX)$(DEVEL_PREFIX)include/shadow.h endif -@for i in `find $(PREFIX)$(DEVEL_PREFIX) -type d` ; do \ |