Browse Source

- remove duplicate removing of ustat.h

Bernhard Reutner-Fischer 16 years ago
parent
commit
b5466338c6
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Makefile.in

+ 0 - 6
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