summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 15b0c0a..3176f97 100644
--- a/Makefile
+++ b/Makefile
@@ -17,10 +17,10 @@ testlibc: $(TESTOBJS) $(LIBDIR)/libc.a
assert.o: assert.c test.h
ctype.o: ctype.c test.h
-locale.o: locale.c test.h
+locale.o: locale.c locale.d test.h
errno.o: errno.c test.h
time.o: time.c test.h
-signal.o: signal.c signal.d
+signal.o: signal.c signal.d test.h
test.o: test.c test.h
main.o: main.c test.h