aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-01 16:12:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-01 16:12:47 +0200
commit178d0a28bd7d69799828d1640a02731cb42f1b4d (patch)
tree0d764a84248799a99d2765f67f6b52a9193402ed /makefile
parent70903bb5c90bf27899fd68596a857aa67780af14 (diff)
Cosmetic changes
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 4 insertions, 4 deletions
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