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:
authorAlex Kalimulin <aleksandrs.kalimulins@zabbix.com>2019-01-09 17:44:46 +0300
committerAlex Kalimulin <aleksandrs.kalimulins@zabbix.com>2019-01-09 17:44:46 +0300
commit9f1b56687b023a69ac30b998293186f838bfc996 (patch)
tree05db61df59fdb61a47e4d50d037e2b79a936fd22 /database
parentfe217d873218a6d0ea510449b210088d249fdcaa (diff)
....I..... [ZBXNEXT-4868] minor Makefile.am change
Diffstat (limited to 'database')
-rw-r--r--database/postgresql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/postgresql/Makefile.am b/database/postgresql/Makefile.am
index f24d0043da5..336b1539e74 100644
--- a/database/postgresql/Makefile.am
+++ b/database/postgresql/Makefile.am
@@ -8,7 +8,7 @@ data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.
schema.sql: $(top_srcdir)/create/src/schema.tmpl
$(top_srcdir)/create/bin/gen_schema.pl $(DATABASE) > schema.sql
-timescaledb.sql:
+$(DB_EXTENSION).sql:
$(top_srcdir)/create/bin/gen_schema.pl $(DB_EXTENSION) > $(DB_EXTENSION).sql
endif