From dc4b2b20565a58f09c761b9affd6abdc7edb705b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Feb 2011 12:34:07 +0200 Subject: Add support for tests in subdirectories --- common/lazy-ptr/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/lazy-ptr') diff --git a/common/lazy-ptr/makefile b/common/lazy-ptr/makefile index 8097d52..f8c46af 100644 --- a/common/lazy-ptr/makefile +++ b/common/lazy-ptr/makefile @@ -47,7 +47,7 @@ $(out_base)/: $(driver) # Dist # -name := $(notdir $(src_base)) +name := $(subst /,-,$(subst $(src_root)/common/,,$(src_base))) $(dist): db_id := @database@ $(dist): sources := $(cxx_tun) -- cgit v1.1