svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Wed Sep 24 14:45:57 UTC 2008


Author: aldot
Date: 2008-09-24 07:45:57 -0700 (Wed, 24 Sep 2008)
New Revision: 23469

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


Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2008-09-24 13:38:17 UTC (rev 23468)
+++ trunk/uClibc/Makefile.in	2008-09-24 14:45:57 UTC (rev 23469)
@@ -254,12 +254,6 @@
 	# 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




More information about the uClibc-cvs mailing list