From: Pavel Charvat Date: Fri, 20 Jul 2007 08:54:25 +0000 (+0200) Subject: Makefile: fixed compilation of tests X-Git-Tag: holmes-import~506^2~34 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6a0d147c9fcec363172649425f76a71b5af8ffab;p=libucw.git Makefile: fixed compilation of tests --- 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 $@