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 /makefile | |
parent | 70903bb5c90bf27899fd68596a857aa67780af14 (diff) |
Cosmetic changes
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |