Linux doesn't like .PHONY .o files.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 26 Dec 2014 17:12:28 +0000 (18:12 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 26 Dec 2014 17:15:57 +0000 (18:15 +0100)
In order to please every OS, make version.c .PHONY again, and add an
empty rule to make version.c.

src/Makefile.am

index 6414cdf..cd84f3a 100644 (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