summaryrefslogtreecommitdiffstats
path: root/share/postgresql-setup/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'share/postgresql-setup/Makefile.inc')
-rw-r--r--share/postgresql-setup/Makefile.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/share/postgresql-setup/Makefile.inc b/share/postgresql-setup/Makefile.inc
deleted file mode 100644
index d202fc6..0000000
--- a/share/postgresql-setup/Makefile.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-upgrade_config = %D%/upgrade.conf
-
-rawpkgdatadir = $(datadir)/postgresql-setup
-rawpkgdata_DATA = \
- $(upgrade_config)
-
-$(UPGRADE_CONFIG_LIST):
- @echo " error: config file '$@' does not exist" && false
-
-$(upgrade_config): $(UPGRADE_CONFIG_LIST) $(c_s)
- $(INSTANTIATE_CONV) \
- && $(config_builder) "$(UPGRADE_CONFIG_LIST)" > $@
-
-GENERATED_FILES += $(upgrade_config)
-
-# vim: ft=automake noet