summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-08-08 14:24:34 -0400
committerJakob Kaivo <jkk@ung.org>2019-08-08 14:24:34 -0400
commit1a834f6bd8897e1dfd3781a296f6bffc26deeece (patch)
treedf6023b3dff2804c9381811c636c4fd64b566b34 /Makefile
parentb2efbbcdbbb3fa4a9cb2f80359f4e1b24116239e (diff)
replace all instances of test_defined() with #ifdef tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9f48418..dc407ce 100644
--- a/Makefile
+++ b/Makefile
@@ -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