]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Makefile: Use basename in a POSIX-compliant way.
authorSean Bright <sean.bright@gmail.com>
Thu, 7 Oct 2021 17:50:08 +0000 (13:50 -0400)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 11 Oct 2021 15:03:00 +0000 (10:03 -0500)
commit9175012a122a57718c361fcd2c0982bb88ca9da9
tree5e49197d501a51084481915ef34d7c51cae7e890
parent1f5ac24fa329c8ba6dc102d01d27ffe0de56329c
Makefile: Use basename in a POSIX-compliant way.

If you aren't using GNU coreutils, chances are that your basename
doesn't know about the -s argument. Luckily for us, basename does what
we need it do even without the -s argument.

Change-Id: I8b81a429bb037b997ee6640ff8a2b5e860962bb7
Makefile