Here's a small makefile patch that corrects the following bug: The makefiles

Marc G. Fournier <scrappy@hub.org>

Commit: 6b9ecd83484e5e4c37fd59b29f83a10e9a5430d9
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1996-08-14T04:54:45Z
Releases: 7.1.1
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

PathChange+/−
src/bin/Makefile.global modified +4 −2
src/mk/postgres.prog.mk modified +2 −2