libuafs: don't use a GNU-only feature in a common makefile
authorGarrett Wollman <wollman@csail.mit.edu>
Mon, 25 Jul 2011 04:50:54 +0000 (00:50 -0400)
committerDerrick Brashear <shadow@dementia.org>
Fri, 29 Jul 2011 21:13:34 +0000 (14:13 -0700)
commit9e29a20df7cca05472825f57ed553780ac901520
tree274a2f96ca7c1b8b44146987b246734a05d60076
parentf8ff2591f73401e6d9b6def7630f428569e2f3a6
libuafs: don't use a GNU-only feature in a common makefile

$(shell ...) is a GNU Make proprietary feature and shouldn't be used
OS-independent makefiles.  There is no need to use it here; command
substitution in the shell is good enough.

Change-Id: I511108dab0770e772005b3f4a851713d1ee5a83e
Reviewed-on: http://gerrit.openafs.org/5093
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/libuafs/Makefile.common.in