diff options
| -rw-r--r-- | libc/unistd/Makefile | 2 | 
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  | 
