summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-09-21 22:53:33 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-09-21 22:53:33 +0000
commit99daa24becf6be64b0cd05694e43d3cfddc59da8 (patch)
tree619a14e7c84ca346e2f2bd6c597869ec40abb647 /Makefile
parentb031a35828456cc2cee76af5444d1d9c4ec2cd2d (diff)
correct some typos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4a8fd1b3..bf0f3df64 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \