From 6a0d147c9fcec363172649425f76a71b5af8ffab Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Fri, 20 Jul 2007 10:54:25 +0200 Subject: [PATCH] Makefile: fixed compilation of tests --- build/Makebottom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makebottom b/build/Makebottom index 3475df01..58cec87a 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -122,7 +122,7 @@ $(o)/%-tt.o: $(s)/%.c $(o)/autoconf.h $(o)/%-t: $(o)/%-tt.o $(LIBSH) $(M)LD-TEST $@ - $(Q)$(CC) $(LDFLAGS) -o $@ $^ $(shell $(s)/build/lib-flags $^) $(LIBS) + $(Q)$(CC) $(LDFLAGS) -o $@ $(shell $(s)/build/lib-flags $^) $(LIBS) $(o)/%.test: $(s)/%.t $(s)/build/tester $(M)TEST $@ -- 2.39.5