summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2016-11-18 10:25:57 -0600
committerMatthew Barth <msbarth@us.ibm.com>2016-11-18 10:25:57 -0600
commit4a6f9983ca70c30a64958f74ce8dd07cdfc90204 (patch)
treecddb98c0676067084b74cf840dbf810a5933b938 /Makefile.am
parent7122244c83092499dc8d7836da0a63a08c734856 (diff)
downloadphosphor-objmgr-4a6f9983ca70c30a64958f74ce8dd07cdfc90204.tar.gz
phosphor-objmgr-4a6f9983ca70c30a64958f74ce8dd07cdfc90204.zip
Add awk program check and use which one is found
Change-Id: Ia5ab161f83640189350ebe3a53d46834ea8bf9fc Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3aa8cf8..70b4895 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,6 @@ install-exec-hook:
uninstall-hook:
cat ${top_builddir}/python_install.log \
- | awk '{print "$(DESTDIR)"$$1}' | xargs rm -fv
+ | $(AWK) '{print "$(DESTDIR)"$$1}' | xargs rm -fv
endif
OpenPOWER on IntegriCloud