diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-08-08 14:24:34 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-08-08 14:24:34 -0400 |
commit | 1a834f6bd8897e1dfd3781a296f6bffc26deeece (patch) | |
tree | df6023b3dff2804c9381811c636c4fd64b566b34 /Makefile | |
parent | b2efbbcdbbb3fa4a9cb2f80359f4e1b24116239e (diff) |
replace all instances of test_defined() with #ifdef tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -62,16 +62,16 @@ stdatomic.o: stdatomic.c test.h stdbool.o: stdbool.c test.h stddef.o: stddef.c test.h stdint.o: stdint.c test.h -stdio.o: stdio.c test.h +stdio.o: stdio.c test.h _stdio.h stdlib.o: stdlib.c test.h -stdnoreturn.o: stdnoreturn.c test.h +stdnoreturn.o: stdnoreturn.c test.h _stdnoreturn.h string.o: string.c test.h tgmath.o: tgmath.c test.h threads.o: threads.c test.h time.o: time.c test.h uchar.o: uchar.c test.h -wchar.o: wchar.c test.h -wctype.o: wctype.c test.h +wchar.o: wchar.c test.h _wchar.h +wctype.o: wctype.c test.h _wctype.h test.o: test.c test.h main.o: main.c test.h |