OSDN Git Service

- both getopt gnu and susv3 want {bits/,}getopt.h installed. Closes #1297
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 24 Sep 2008 14:45:57 +0000 (14:45 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 24 Sep 2008 14:45:57 +0000 (14:45 -0000)
Makefile.in

index d259088..d9f239f 100644 (file)
@@ -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