From 82ff19e279cc8fae158947314e8c07034dd5b1e5 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 3 Mar 2006 21:21:33 +0000 Subject: Rename getopt_long-susv3 to -simple --- libc/unistd/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/unistd/Makefile.in') diff --git a/libc/unistd/Makefile.in b/libc/unistd/Makefile.in index 6e85e10c9..8095aa641 100644 --- a/libc/unistd/Makefile.in +++ b/libc/unistd/Makefile.in @@ -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 -- cgit v1.2.3