commit | 4a6f9983ca70c30a64958f74ce8dd07cdfc90204 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Fri Nov 18 10:25:57 2016 -0600 |
committer | Matthew Barth <msbarth@us.ibm.com> | Fri Nov 18 10:25:57 2016 -0600 |
tree | cddb98c0676067084b74cf840dbf810a5933b938 | |
parent | 7122244c83092499dc8d7836da0a63a08c734856 [diff] [blame] |
Add awk program check and use which one is found Change-Id: Ia5ab161f83640189350ebe3a53d46834ea8bf9fc Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am index 3aa8cf8..70b4895 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -31,6 +31,6 @@ uninstall-hook: cat ${top_builddir}/python_install.log \ - | awk '{print "$(DESTDIR)"$$1}' | xargs rm -fv + | $(AWK) '{print "$(DESTDIR)"$$1}' | xargs rm -fv endif