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:
parent
69689f908b
commit
128a373974
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue