Remove make function vpathsearch
Peter Eisentraut <peter@eisentraut.org>
Remove make function vpathsearch This function served to support having prebuilt files in the source tree for vpath builds. This is no longer possible (since 721856ff24b); all built files are now always in the build tree. The invocations of this function are no longer required.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/Makefile | modified | +5 −5 |
| src/backend/catalog/Makefile | modified | +2 −2 |
| src/Makefile.global.in | modified | +0 −2 |