Bruce Momjian <[EMAIL PROTECTED]> writes: > One difficulty was generating a new version of libpq.rc at the proper > time. I added a prepdist rule just like *.def. I also added code so > every time you do a 'make clean' or distclean it does a 'touch' on > libpq.rc.in so libpq.rc is rebuilt on the next compile. That seemed > like the cleanest solution.
... except CVS will not like it at all. Why don't you just remove the libpq.rc file instead? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend