From 99daa24becf6be64b0cd05694e43d3cfddc59da8 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 21 Sep 2005 22:53:33 +0000 Subject: correct some typos --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3