From b5466338c6e2941e8f9fcfeb4ff386e09d3d1779 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 4 Jun 2008 17:34:25 +0000 Subject: - remove duplicate removing of ustat.h --- Makefile.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3