]> granicus.if.org Git - mutt/commit
Remove FORCE prerequisite on version.h.
authorKevin McCarthy <kevin@8t8.us>
Fri, 31 May 2019 16:37:38 +0000 (09:37 -0700)
committerKevin McCarthy <kevin@8t8.us>
Fri, 31 May 2019 16:37:38 +0000 (09:37 -0700)
commit22c6df821b95482d0bd6908ee3687ecb0c3e5d33
treeaae6298ebd6ca7893e495815d394b136a232ede7
parentdd1601a14884af760e2dd6c6fd60ab3ff89841a7
Remove FORCE prerequisite on version.h.

This is causing package build issues on OpenBSD because of a
difference in make behavior.

In GNU make, it always invoke the 'version.h' target, but then checks
to see if version.h changed before retriggering targets with that
prerequisite.  On OpenBSD, invoking the version.h target always
retriggers targets with that prerequisite.

This means that updating the version information now requires a 'make
clean' or manual removal of version.h.
Makefile.am