summaryrefslogtreecommitdiffstats
path: root/share/postgresql-setup
diff options
context:
space:
mode:
Diffstat (limited to 'share/postgresql-setup')
-rw-r--r--share/postgresql-setup/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/postgresql-setup/Makefile.inc b/share/postgresql-setup/Makefile.inc
index 0f23e91..23c07d8 100644
--- a/share/postgresql-setup/Makefile.inc
+++ b/share/postgresql-setup/Makefile.inc
@@ -16,6 +16,6 @@ GENERATED_FILES += $(rawdata_generated_files)
EXTRA_DIST += $(rawdata_static_files) $(rawdata_template_files)
$(lib): $(lib_in) $(c_s)
- $(INSTANTIATE_SCRIPT)
+ $(text_tpl_gen)
# vim: ft=automake noet