summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index b593a64dc..dbf0fc3fb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -241,12 +241,6 @@ ifneq ($(UCLIBC_HAS_XATTR),y)
# Remove xattr.h since extended attributes were disabled upon request
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/xattr.h
endif
-ifneq ($(UCLIBC_SV4_DEPRECATED),y)
- # Remove ustst.h since ustat was disabled upon request
- $(RM) $(PREFIX)$(DEVEL_PREFIX)include/ustat.h
- $(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/ustat.h
- $(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/ustat.h
-endif
ifneq ($(UCLIBC_HAS_PTY),y)
# Remove pty.h since PTY support was disabled upon request
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/pty.h