summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-01 19:46:28 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-01 19:46:28 -0500
commit1ee4fe83d74978f44eb61b23dda9c258f4af82b1 (patch)
tree358c7a26e017457c44804fa10d0c7e82042cb569 /Makefile
parentdf9ef3a48883d4a34eeabbfd5af42f289c1353c2 (diff)
decide not to try autogenerating tests, it is too error prone
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 9933928..13f953f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,11 +19,6 @@ TESTOBJS=main.o \
time.o \
test.o
-.SUFFIXES: .defs .d
-
-.defs.d:
- awk -f defs2d.awk $< > $@
-
testlibc: $(TESTOBJS) $(LIBDIR)/libc.a
$(CC) -o $@ $(TESTOBJS) $(LDFLAGS)
@@ -36,10 +31,10 @@ float.o: float.c test.h
inttypes.o: inttypes.c test.h
iso646.o: iso646.c test.h
limits.o: limits.c test.h
-locale.o: locale.c locale.d test.h
+locale.o: locale.c test.h
math.o: math.c test.h
setjmp.o: setjmp.c test.h
-signal.o: signal.c signal.d test.h
+signal.o: signal.c test.h
stdalign.o: stdalign.c test.h
stdard.o: stdarg.c test.h
stdatomic.o: stdatomic.c test.h