File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
/exports.list
2
2
/libpq.rc
3
- /libpq-dist.rc
4
3
# .c files that are symlinked in from elsewhere
5
4
/encnames.c
6
5
/wchar.c
Original file line number Diff line number Diff line change @@ -94,14 +94,10 @@ encnames.c wchar.c: % : $(backend_src)/utils/mb/%
94
94
rm -f $@ && $(LN_S ) $< .
95
95
96
96
97
- distprep : libpq-dist.rc
98
-
99
- libpq.rc libpq-dist.rc : libpq.rc.in
97
+ libpq.rc : libpq.rc.in
100
98
sed -e ' s/\(VERSION.*\),0 *$$/\1,' ` date ' +%y%j' | sed ' s/^0*//' ` ' /' $< > $@
101
99
102
100
# 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.)
105
101
libpq.rc : $(top_builddir ) /src/Makefile.global
106
102
107
103
# Make dependencies on pg_config_paths.h visible, too.
@@ -141,4 +137,3 @@ clean distclean: clean-lib
141
137
142
138
maintainer-clean : distclean
143
139
$(MAKE ) -C test $@
144
- rm -f libpq-dist.rc
You can’t perform that action at this time.
0 commit comments