Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2019-12-02 17:47:48 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2019-12-02 17:47:48 +0300
commit5b0deaec3e1512343dce50efa0f7200c8c5c0962 (patch)
tree82797f06980b3be3348c17647c7a322424c0255d /Makefile.am
parent4be2a3b122ab79da1a2239bbc913062865b21999 (diff)
.......... [ZBXNEXT-5592] dropped DB2 database support for Zabbix server
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index efdcd274082..e3df08979e5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,11 +59,6 @@ dist-hook:
rm -rf $(top_distdir)/sass/img_source
if DBSCHEMA
-dbschema_ibm_db2:
- cd database/ibm_db2 && \
- $(MAKE) $(AM_MAKEFLAGS) data.sql && \
- $(MAKE) $(AM_MAKEFLAGS) schema.sql
-
dbschema_mysql:
cd database/mysql && \
$(MAKE) $(AM_MAKEFLAGS) data.sql && \
@@ -89,7 +84,7 @@ dbschema_c:
cd src/libs/zbxdbhigh && \
$(MAKE) $(AM_MAKEFLAGS) dbschema.c
-dbschema: dbschema_ibm_db2 dbschema_mysql dbschema_oracle dbschema_postgresql dbschema_sqlite3 dbschema_c
+dbschema: dbschema_mysql dbschema_oracle dbschema_postgresql dbschema_sqlite3 dbschema_c
endif
gettext: