diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-27 15:09:48 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-27 15:09:48 +0000 |
commit | 0e4c4d11086a2f00998b0426bffd25a6b1495101 (patch) | |
tree | 1b2a42bc68f12c698ba2403a99e4e2ad1d942fed /Makefile.in | |
parent | cc7fbc32612c169253c073f2ad617a358862e502 (diff) |
Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index aea087848..ea580411c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -174,9 +174,11 @@ ifneq ($(UCLIBC_HAS_GLOB),y) $(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 ($(HAS_SHADOW),y) # Remove shadow header since shadow password support is disabled. $(RM) $(PREFIX)$(DEVEL_PREFIX)include/shadow.h |