From 6cd8b9f561b912f264ba4f723845935c40a3cb95 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Fri, 21 Jun 2013 10:39:59 +0200
Subject: Add support for running tests in dynamic multi-database mode

Only possible in the development build system at this stage.
---
 libcommon/makefile | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'libcommon/makefile')

diff --git a/libcommon/makefile b/libcommon/makefile
index 9d9b6e9..cade0e7 100644
--- a/libcommon/makefile
+++ b/libcommon/makefile
@@ -6,10 +6,6 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
 
 dirs := common
 
-default   := $(out_base)/
-dist      := $(out_base)/.dist
-clean     := $(out_base)/.clean
-
 $(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
 
 $(dist): export dirs := $(dirs)
-- 
cgit v1.1