Linux doesn't like .PHONY .o files.

In order to please every OS, make version.c .PHONY again, and add an
empty rule to make version.c.
This commit is contained in:
Guus Sliepen 2014-12-26 18:12:28 +01:00
parent 69689f908b
commit 128a373974

View file

@ -3,7 +3,8 @@
sbin_PROGRAMS = tincd tinc sptps_test sptps_keypair
## Make sure version.c is always rebuilt
.PHONY: version.o
.PHONY: version.c
version.c:
if LINUX
sbin_PROGRAMS += sptps_speed