Browse Source

Add missed dependency. TODO: Should build gen_sysconf when cross-compiling.

Manuel Novoa III 23 years ago
parent
commit
5e29d999fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/unistd/Makefile

+ 1 - 1
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