From 5e29d999fefbbbc6d6c23a3db4ec09e15a3d7113 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Tue, 20 Mar 2001 16:04:27 +0000 Subject: Add missed dependency. TODO: Should build gen_sysconf when cross-compiling. --- libc/unistd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index 0f639df11..d128e14bc 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -63,7 +63,7 @@ getpagesize_tester.o: $(CC) $(CFLAGS) -D_UCLIBC_GENERATE_SYSCONF_ARCH \ -c ../sysdeps/linux/common/getpagesize.c -o getpagesize_tester.o -sysconf_tester.o: +sysconf_tester.o: sysconf.c $(CC) $(CFLAGS) -D_UCLIBC_GENERATE_SYSCONF_ARCH -c sysconf.c \ -o sysconf_tester.o -- cgit v1.2.3