aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
Diffstat (limited to 'boost')
-rw-r--r--boost/makefile4
1 files changed, 2 insertions, 2 deletions
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)/