From: David Levine Date: Tue, 13 Dec 2011 04:50:06 +0000 (-0600) Subject: Replaced use of GNU make shell function with backticks. These were X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/e8ab951121e1e3805b4e4e914ad119d96b14cb06?ds=sidebyside;hp=e8ab951121e1e3805b4e4e914ad119d96b14cb06 Replaced use of GNU make shell function with backticks. These were for the rpm target, which would most likely only be build on Linux. So they probably would have been OK, but just in case. ---