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