OSDN Git Service

The previous build rules caused each binary to be re-linked on every
authorBruce Momjian <bruce@momjian.us>
Fri, 15 Oct 2004 17:10:58 +0000 (17:10 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 15 Oct 2004 17:10:58 +0000 (17:10 +0000)
commitdb9e2fd0a9144707055ed382f184f5a9c11aafff
tree064aaab4c28f2db85bf99835e14339e36c908ce5
parentce1c20248d26cbab7e36f4365021b7d007cdb589
The previous build rules caused each binary to be re-linked on every
"make", even if nothing had changed. With this patch, it's only relinked
if it's actually updated.

//Magnus

PS. Yes, the old buildrule for the .rc file is still needed, as it's
used by pgevent.rc (or any other binary in the future that would need
it's own .rc file)

Magnus Hagander
src/Makefile.global.in