Explorar o código

- both getopt gnu and susv3 want {bits/,}getopt.h installed. Closes #1297

Bernhard Reutner-Fischer %!s(int64=18) %!d(string=hai) anos
pai
achega
f7728cf6c9
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      Makefile.in

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