BSD make doesn't like .PHONY .c files.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 26 Dec 2014 14:58:28 +0000 (15:58 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 26 Dec 2014 14:58:28 +0000 (15:58 +0100)
commitaa2d4f8dd9bab794dd197b92ba54e6428400555f
treef993a415028aa113be2dca0ab41310ba0d402ecf
parent8ee4004edfbc79b1a17bf03c262f063f2f4c128d
BSD make doesn't like .PHONY .c files.

It then thinks there should be a rule to make the .c file, which does
not exist of course. Luckily, we can tell it that version.o is .PHONY,
and this will still cause the .o file to be regenerated and linked into
the binaries everytime make is called.
src/Makefile.am