]> granicus.if.org Git - postgresql/commitdiff
Remove libpq-dist.rc
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 23 Oct 2019 05:10:09 +0000 (07:10 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 23 Oct 2019 05:10:09 +0000 (07:10 +0200)
The use of this was removed by
6da56f3f84d430671d5edd8f9336bd744c089e31.

Discussion: https://www.postgresql.org/message-id/87d95052-3780-b833-9953-27eab80186cf%402ndquadrant.com

src/interfaces/libpq/.gitignore
src/interfaces/libpq/Makefile

index 38779b23a4930ece556fec4d06298b61cc1e4f66..9be338dec89b468e2db15dcd0bcbc34ea5b2cc90 100644 (file)
@@ -1,6 +1,5 @@
 /exports.list
 /libpq.rc
-/libpq-dist.rc
 # .c files that are symlinked in from elsewhere
 /encnames.c
 /wchar.c
index 6626f87e760f31d77124147c49a9fc463eec47f0..2fad1bc44c365cf6c61df1393bc668df7f658571 100644 (file)
@@ -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