]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Fix issue with $< automatic variable on FreeBSD
authorTobias Brunner <tobias@strongswan.org>
Fri, 23 Aug 2019 07:40:59 +0000 (09:40 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 27 Aug 2019 16:12:28 +0000 (18:12 +0200)
commit535277afc588a816a95fd8b2bf286343ccf235ca
treec916137c8b5c74ab6fbbf268a4f9f53ebc4a7519
parent0a29ace908cf130fe342043a201a5e1551af52e9
Fix issue with $< automatic variable on FreeBSD

BSD make only evaluates $< for implicit rules, so building from the
repository won't work unless GNU make is installed and used, or we
replace affected uses like this.
src/libstrongswan/Makefile.am
src/starter/Makefile.am
src/stroke/Makefile.am