diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-03-01 18:52:33 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-03-01 18:52:33 -0500 |
commit | d5270660952c2cd0456a83a09d55d721798b6e6e (patch) | |
tree | 70d65f75c3bfcbb7668904794803b0191a8dd9e6 /Makefile | |
parent | cf342ad275c05edf177206b8931ebca8890f591a (diff) |
use defs for locale tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |