From 1ee4fe83d74978f44eb61b23dda9c258f4af82b1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 1 Mar 2019 19:46:28 -0500 Subject: decide not to try autogenerating tests, it is too error prone --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1