aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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