OSDN Git Service

Rename getopt_long-susv3 to -simple
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 3 Mar 2006 21:21:33 +0000 (21:21 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 3 Mar 2006 21:21:33 +0000 (21:21 -0000)
libc/unistd/Makefile.in
libc/unistd/getopt_long-simple.c [moved from libc/unistd/getopt_long-susv3.c with 100% similarity]

index 6e85e10..8095aa6 100644 (file)
@@ -19,11 +19,11 @@ CSRC := $(filter-out daemon.c,$(CSRC))
 endif
 
 ifeq ($(UCLIBC_HAS_GNU_GETOPT),y)
-CSRC := $(filter-out getopt-susv3.c getopt_long-susv3.c,$(CSRC))
+CSRC := $(filter-out getopt-susv3.c getopt_long-simple.c,$(CSRC))
 else
 CSRC := $(filter-out getopt.c,$(CSRC))
 ifneq ($(UCLIBC_HAS_GETOPT_LONG),y)
-CSRC := $(filter-out getopt_long-susv3.c,$(CSRC))
+CSRC := $(filter-out getopt_long-simple.c,$(CSRC))
 endif
 endif