|
@@ -237,6 +237,10 @@ endif
|
|
|
ifneq ($(strip $(UCLIBC_HAS_GNU_GETOPT)),y)
|
|
|
|
|
|
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/getopt.h
|
|
|
+endif
|
|
|
+ifneq ($(strip $(HAS_SHADOW)),y)
|
|
|
+
|
|
|
+ $(RM) $(PREFIX)$(DEVEL_PREFIX)include/shadow.h
|
|
|
endif
|
|
|
-@for i in `find $(PREFIX)$(DEVEL_PREFIX) -type d` ; do \
|
|
|
chmod 755 $$i; chmod 644 $$i/*.h > /dev/null 2>&1; \
|