]> git.ipfire.org Git - thirdparty/asterisk.git/commit
third_party/Makefile.rules: Replace unsupported != operator with $(shell ...) 51/2351/6
authorGeorge Joseph <george.joseph@fairview5.com>
Thu, 3 Mar 2016 23:34:51 +0000 (16:34 -0700)
committerGeorge Joseph <george.joseph@fairview5.com>
Thu, 3 Mar 2016 23:50:51 +0000 (17:50 -0600)
commit7cf7b0a4f97d32de8620391d2ab7da5ab959d243
treedfa0931f136d672666a04c481283dba0711d6121
parentd2be16472efa0608c389b467ad69044fbe8e9f5f
third_party/Makefile.rules:  Replace unsupported != operator with $(shell ...)

Apparently the != operator is fairly new so I've replaced it with
the old $(shell ...) syntax.

Change-Id: I16b2e1878a4f91e7e9740abd427f9639f933c479
Reported-by: Richard Mudgett
third-party/Makefile.rules