From: Guus Sliepen Date: Fri, 26 Dec 2014 17:12:28 +0000 (+0100) Subject: Linux doesn't like .PHONY .o files. X-Git-Tag: release-1.1pre11~4 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=128a37397432e5e63099633e275c65a652c16673 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. --- diff --git a/src/Makefile.am b/src/Makefile.am index 6414cdfc..cd84f3a8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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