From: Martin Mares Date: Sat, 25 Aug 2007 14:27:39 +0000 (+0200) Subject: Dependencies of test programs are no longer hard-wired in the rules. X-Git-Tag: holmes-import~506^2~18 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6396373da9dbcf320ea72e968e8f8cede69e408d;p=libucw.git Dependencies of test programs are no longer hard-wired in the rules. --- 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)