projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
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 6414cdfc693b3196f053e7cdae03bdaac9eec4a4..cd84f3a89fb67749ef1d8da0f5577f69a2d72bf6 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