Fix src/Makefile.am for *BSD.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 19 May 2015 12:09:53 +0000 (14:09 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 19 May 2015 12:09:53 +0000 (14:09 +0200)
Apparently the BSDs don't like $(srcdir) but want to see ${srcdir} in
their rules.

src/Makefile.am

index a6489df..63af709 100644 (file)
@@ -3,11 +3,11 @@
 sbin_PROGRAMS = tincd tinc sptps_test sptps_keypair
 
 ## Make sure version.c is always rebuilt with the latest git information
-.PHONY: $(srcdir)/version.c version_git.h
+.PHONY: ${srcdir}/version.c version_git.h
 version_git.h:
        echo >$@
        -(cd $(srcdir) && git describe) && echo '#define GIT_DESCRIPTION "'`(cd $(srcdir) && git describe) | sed 's/release-//'`'"' >$@
-$(srcdir)/version.c: version_git.h
+${srcdir}/version.c: version_git.h
 
 if LINUX
 sbin_PROGRAMS += sptps_speed