]> granicus.if.org Git - postgresql/commit
Here's a small makefile patch that corrects the following bug: The makefiles
authorMarc G. Fournier <scrappy@hub.org>
Wed, 14 Aug 1996 04:54:45 +0000 (04:54 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 14 Aug 1996 04:54:45 +0000 (04:54 +0000)
commit6b9ecd83484e5e4c37fd59b29f83a10e9a5430d9
tree7c6f8b29bf84d35e2a3b3bae5bcf3ceb4d86a4ec
parent80d0c4ffd351436c9e9480935e540d1413033aff
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>
src/bin/Makefile.global
src/mk/postgres.prog.mk