* Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of
`(cd foo ; pwd)` to get the canonical name of a directory; cd might fail, and have pwd print out the current directory.
Showing
Please register or sign in to comment
`(cd foo ; pwd)` to get the canonical name of a directory; cd might fail, and have pwd print out the current directory.