]> granicus.if.org Git - strace/commit
Makefile.am: use pwd instead of realpath
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 5 Sep 2016 17:35:20 +0000 (20:35 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 5 Sep 2016 19:52:57 +0000 (19:52 +0000)
commitaf0d95607888a7c37c51fab327b0f608780e8987
tree105f75caf835e3966d5e651e388b81aa4b97c1dc
parentb5d7a0b7cf4893e15e64ab4467d1cd55e1fb79c9
Makefile.am: use pwd instead of realpath

* Makefile.am (CODE_COVERAGE_GENHTML_OPTIONS): Use standard pwd(1)
instead of less widespread realpath(1) utility from GNU coreutils.
Makefile.am