Simplify build/install process for bki and description files. There's

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c61db5ba2decf2e620f6ce3699d4b702957ed72a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-06-05T07:16:13Z
Releases: 7.1.1
Simplify build/install process for bki and description files.  There's
no reason for them to be copied into src/backend rather than being
installed straight from the catalog subdirectory.  This also avoids
some peculiar behavior (bugs?) present in at least gmake 3.78.1: it
won't always update the bki files in backend/ even when the ones in
backend/catalog/ are newer.

Files

PathChange+/−
src/backend/catalog/Makefile modified +20 −10
src/backend/Makefile modified +4 −25