Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 508e84d

Browse files
committed
1 parent 4fa5edc commit 508e84d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/interfaces/libpq/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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

src/interfaces/libpq/Makefile

+1-6
Original file line numberDiff line numberDiff 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.)
105101
libpq.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

142138
maintainer-clean: distclean
143139
$(MAKE) -C test $@
144-
rm -f libpq-dist.rc

0 commit comments

Comments
 (0)