pgsql/src/include Makefile
pgsql/src/include Makefile
От:
Tom Lane <tgl@hub.org>
Дата:
CVSROOT: /home/projects/pgsql/cvsroot Module name: pgsql Changes by: tgl@hub.org 01/02/20 15:37:13 Modified files: src/include : Makefile Log message: Clean out any old versions of no-longer-installed header files that may be lurking in the install target directory. But don't zap up-to-date headers (so install-all-headers before regular install will work). Per suggestion from Larry Rosenman.