diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-01 16:12:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-01 16:12:47 +0200 |
commit | 178d0a28bd7d69799828d1640a02731cb42f1b4d (patch) | |
tree | 0d764a84248799a99d2765f67f6b52a9193402ed /boost/makefile | |
parent | 70903bb5c90bf27899fd68596a857aa67780af14 (diff) |
Cosmetic changes
Diffstat (limited to 'boost/makefile')
-rw-r--r-- | boost/makefile | 4 |
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)/ |