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.
---
 boost/mysql/makefile | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'boost/mysql/makefile')

diff --git a/boost/mysql/makefile b/boost/mysql/makefile
index 069d6e0..748c54a 100644
--- a/boost/mysql/makefile
+++ b/boost/mysql/makefile
@@ -8,11 +8,6 @@ tests :=      \
 date-time     \
 template
 
-default   := $(out_base)/
-dist      := $(out_base)/.dist
-test      := $(out_base)/.test
-clean     := $(out_base)/.clean
-
 $(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests)))
 
 $(dist): name := boost-mysql
-- 
cgit v1.1