From: Martin Mares Date: Tue, 11 Sep 2007 13:38:24 +0000 (+0200) Subject: Do not make retros by default, since it does not compile on all CPU's X-Git-Tag: holmes-import~506^2~13^2~16 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f41f985479fd977ab680e702d5840f1e69f723e9;p=libucw.git Do not make retros by default, since it does not compile on all CPU's (it uses SSE intrinsics). --- diff --git a/debug/sorter/Makefile b/debug/sorter/Makefile index 5a3e262e..bcfcea05 100644 --- a/debug/sorter/Makefile +++ b/debug/sorter/Makefile @@ -1,7 +1,7 @@ # Tests related to the new sorter DIRS+=debug/sorter -PROGS+=$(addprefix $(o)/debug/sorter/,retros radix-file-test radix-asio-test radix-tune-bits radix-tune-thresh) +PROGS+=$(addprefix $(o)/debug/sorter/,radix-file-test radix-asio-test radix-tune-bits radix-tune-thresh) $(o)/debug/sorter/retros: $(o)/debug/sorter/retros.o $(LIBSH) $(o)/debug/sorter/radix-file-test: $(o)/debug/sorter/radix-file-test.o $(LIBSH)