aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-10-23 07:10:09 +0200
committerPeter Eisentraut <peter@eisentraut.org>2019-10-23 07:10:09 +0200
commit508e84d79910cdb3b61fc410a245fd46e4fad30f (patch)
treecb451cb4914504e6ce7fc3bcc8af25c34a33562d
parent4fa5edcd1a45cb11bc52b612e12bb29ab39cb895 (diff)
downloadpostgresql-508e84d79910cdb3b61fc410a245fd46e4fad30f.tar.gz
postgresql-508e84d79910cdb3b61fc410a245fd46e4fad30f.zip
Remove libpq-dist.rc
The use of this was removed by 6da56f3f84d430671d5edd8f9336bd744c089e31. Discussion: https://www.postgresql.org/message-id/87d95052-3780-b833-9953-27eab80186cf%402ndquadrant.com
-rw-r--r--src/interfaces/libpq/.gitignore1
-rw-r--r--src/interfaces/libpq/Makefile7
2 files changed, 1 insertions, 7 deletions
diff --git a/src/interfaces/libpq/.gitignore b/src/interfaces/libpq/.gitignore
index 38779b23a49..9be338dec89 100644
--- a/src/interfaces/libpq/.gitignore
+++ b/src/interfaces/libpq/.gitignore
@@ -1,6 +1,5 @@
/exports.list
/libpq.rc
-/libpq-dist.rc
# .c files that are symlinked in from elsewhere
/encnames.c
/wchar.c
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index 6626f87e760..2fad1bc44c3 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -94,14 +94,10 @@ encnames.c wchar.c: % : $(backend_src)/utils/mb/%
rm -f $@ && $(LN_S) $< .
-distprep: libpq-dist.rc
-
-libpq.rc libpq-dist.rc: libpq.rc.in
+libpq.rc: libpq.rc.in
sed -e 's/\(VERSION.*\),0 *$$/\1,'`date '+%y%j' | sed 's/^0*//'`'/' $< >$@
# Depend on Makefile.global to force rebuild on re-run of configure.
-# (But libpq-dist.rc is shipped in the distribution for shell-less
-# installations and is only updated by distprep.)
libpq.rc: $(top_builddir)/src/Makefile.global
# Make dependencies on pg_config_paths.h visible, too.
@@ -141,4 +137,3 @@ clean distclean: clean-lib
maintainer-clean: distclean
$(MAKE) -C test $@
- rm -f libpq-dist.rc