From 6396373da9dbcf320ea72e968e8f8cede69e408d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 25 Aug 2007 16:27:39 +0200 Subject: [PATCH] Dependencies of test programs are no longer hard-wired in the rules. --- build/Makebottom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makebottom b/build/Makebottom index 3214cac5..bf342b0c 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -120,7 +120,7 @@ $(o)/%-tt.o: $(s)/%.c $(o)/autoconf.h # Rules for testing -$(o)/%-t: $(o)/%-tt.o $(LIBSH) +$(o)/%-t: $(o)/%-tt.o $(TESTING_DEPS) $(M)LD-TEST $@ $(Q)$(CC) $(LDFLAGS) -o $@ $(shell $(s)/build/lib-flags $^) $(LIBS) -- 2.39.2