diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-24 14:45:57 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-24 14:45:57 +0000 |
commit | f7728cf6c902a55303dc2a647a499ef7d90aba4f (patch) | |
tree | 160f14a81c96a63b401b681609ad5c4b5571f2d0 | |
parent | e8b65126450b775fa826a49e4b1464785bc036a2 (diff) |
- both getopt gnu and susv3 want {bits/,}getopt.h installed. Closes #1297
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index d2590882f..d9f239ff8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -254,12 +254,6 @@ ifneq ($(UCLIBC_HAS_GLOB),y) # Remove glob header since glob support is disabled. $(RM) $(PREFIX)$(DEVEL_PREFIX)include/glob.h 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) # Remove shadow header since shadow password support is disabled. $(RM) $(PREFIX)$(DEVEL_PREFIX)include/shadow.h |