summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-03-20 16:04:27 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-03-20 16:04:27 +0000
commit5e29d999fefbbbc6d6c23a3db4ec09e15a3d7113 (patch)
tree752d210dd872f7c81af1f5073a450604ce3eedb8 /libc/unistd
parentb49e8dfc28b83d925f7eb9e741656e822a8bd31c (diff)
Add missed dependency. TODO: Should build gen_sysconf when cross-compiling.
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/Makefile2
1 files changed, 1 insertions, 1 deletions
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