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 6414cdfc693b3196f053e7cdae03bdaac9eec4a4..cd84f3a89fb67749ef1d8da0f5577f69a2d72bf6 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