]> 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:44 +0000 (10:03 -0500)
commitb64b120bf5a09cf6cccffb56fd27878ce8fcf701
tree5e81acbb35da7391c1e69698deb5b920e2aba747
parent4cd2679c5ed52c07903c305bb61e9f863100f12e
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