diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-04 17:34:25 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-04 17:34:25 +0000 |
commit | b5466338c6e2941e8f9fcfeb4ff386e09d3d1779 (patch) | |
tree | 75d7337da221f917aa12281396d64d425b48c758 /Makefile.in | |
parent | bf765e60dd2786516485c48ed81b120ef4de680f (diff) |
- remove duplicate removing of ustat.h
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
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 |