From 178d0a28bd7d69799828d1640a02731cb42f1b4d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Dec 2011 16:12:47 +0200 Subject: Cosmetic changes --- boost/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boost') diff --git a/boost/makefile b/boost/makefile index 27a5fb8..dcc5d32 100644 --- a/boost/makefile +++ b/boost/makefile @@ -10,12 +10,12 @@ dirs := common ifeq ($(db_id),mysql) dirs += mysql -else ifeq ($(db_id),oracle) -dirs += oracle else ifeq ($(db_id),sqlite) dirs += sqlite else ifeq ($(db_id),pgsql) dirs += pgsql +else ifeq ($(db_id),oracle) +dirs += oracle endif default := $(out_base)/ -- cgit v1.1