From b862c7f3c88db5647981fb2c3cc158c6158b34a4 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Sat, 23 Jul 2011 21:12:39 +0200 Subject: Add pgsql to list of databases in bootstrap makefile --- build/bootstrap.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/bootstrap.make b/build/bootstrap.make index 07296c3..3c5ca1e 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -62,7 +62,7 @@ ifeq ($(dist_prefix),) $(error dist_prefix is not set) endif -databases := mysql sqlite +databases := mysql sqlite pgsql $(dist): databases := $(databases) # $1 project template without the -vcN.vc[x]proj suffix. -- cgit v1.1