Przeglądaj źródła

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

Bernhard Reutner-Fischer 15 lat temu
rodzic
commit
f7728cf6c9
1 zmienionych plików z 0 dodań i 6 usunięć
  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