Here's a small makefile patch that corrects the following bug: The makefiles
Marc G. Fournier <scrappy@hub.org>
Here's a small makefile patch that corrects the following bug: The makefiles don't indicate that the libpq.a library is a dependency of all the /bin programs. So if the library changes, the /bin programs don't get remade. Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/Makefile.global | modified | +4 −2 |
| src/mk/postgres.prog.mk | modified | +2 −2 |