File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 11/exports.list
22/libpq.rc
3- /libpq-dist.rc
43# .c files that are symlinked in from elsewhere
54/encnames.c
65/wchar.c
Original file line number Diff line number Diff line change @@ -94,14 +94,10 @@ encnames.c wchar.c: % : $(backend_src)/utils/mb/%
9494 rm -f $@ && $(LN_S ) $< .
9595
9696
97- distprep : libpq-dist.rc
98-
99- libpq.rc libpq-dist.rc : libpq.rc.in
97+ libpq.rc : libpq.rc.in
10098 sed -e ' s/\(VERSION.*\),0 *$$/\1,' ` date ' +%y%j' | sed ' s/^0*//' ` ' /' $< > $@
10199
102100# Depend on Makefile.global to force rebuild on re-run of configure.
103- # (But libpq-dist.rc is shipped in the distribution for shell-less
104- # installations and is only updated by distprep.)
105101libpq.rc : $(top_builddir ) /src/Makefile.global
106102
107103# Make dependencies on pg_config_paths.h visible, too.
@@ -141,4 +137,3 @@ clean distclean: clean-lib
141137
142138maintainer-clean : distclean
143139 $(MAKE ) -C test $@
144- rm -f libpq-dist.rc
You can’t perform that action at this time.
0 commit comments