projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
69689f9
)
Linux doesn't like .PHONY .o files.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 26 Dec 2014 17:12:28 +0000
(18:12 +0100)
committer
Guus 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
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
6414cdf
..
cd84f3a
100644
(file)
--- 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