|
@@ -254,12 +254,6 @@ ifneq ($(UCLIBC_HAS_GLOB),y)
|
|
# Remove glob header since glob support is disabled.
|
|
# Remove glob header since glob support is disabled.
|
|
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/glob.h
|
|
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/glob.h
|
|
endif
|
|
endif
|
|
-ifneq ($(UCLIBC_HAS_GNU_GETOPT),y)
|
|
|
|
-ifneq ($(UCLIBC_HAS_GETOPT_LONG),y)
|
|
|
|
- # Remove getopt header since gnu getopt support is disabled.
|
|
|
|
- $(RM) $(PREFIX)$(DEVEL_PREFIX)include/getopt.h
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
ifneq ($(UCLIBC_HAS_SHADOW),y)
|
|
ifneq ($(UCLIBC_HAS_SHADOW),y)
|
|
# Remove shadow header since shadow password support is disabled.
|
|
# Remove shadow header since shadow password support is disabled.
|
|
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/shadow.h
|
|
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/shadow.h
|