]> mj.ucw.cz Git - libucw.git/commitdiff
Makefile: fixed compilation of tests
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Fri, 20 Jul 2007 08:54:25 +0000 (10:54 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Fri, 20 Jul 2007 08:54:25 +0000 (10:54 +0200)
build/Makebottom

index 3475df019c75ce72aa34cf4840c6228d959548d8..58cec87a8bc4e8acb374e20931c4f095ef2a1efe 100644 (file)
@@ -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 $@