From d7839f55b4d4f73d4d40baafc792382b8cd0dace Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 5 Mar 2001 06:18:33 +0000 Subject: Patch from Jean-Yves Avenard to move the getopt globals to their own file, since at least on SH, weak variables with initial values (.data stuff) were not working. Moving these to their own file seems to be a good way to handle it. --- libc/unistd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/unistd/Makefile') diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index 0299a0a24..13da721a8 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -26,7 +26,7 @@ LIBC=$(TOPDIR)libc.a DIRS:= CSRC=execl.c execlp.c execv.c execvep.c execvp.c getcwd.c getopt.c \ - sleep.c getpass.c sysconf_src.c + sleep.c getpass.c sysconf_src.c getopt_vars.c # TESTING -- comment this out if it breaks for you ifeq ($(TARGET_ARCH), $(NATIVE_ARCH)) -- cgit v1.2.3