diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2018-07-10 18:44:54 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-10 20:27:08 -0300 |
commit | 74352926fd13834b5b369a70aff3481357483833 (patch) | |
tree | e69f369614a740ba9bfd8c5e4576e55eb8ed8692 /src | |
parent | 9d38b91692d53cc485c55bad8d55357f04b30141 (diff) | |
download | luarocks-74352926fd13834b5b369a70aff3481357483833.tar.gz luarocks-74352926fd13834b5b369a70aff3481357483833.tar.bz2 luarocks-74352926fd13834b5b369a70aff3481357483833.zip |
Use $(CURDIR) instead of $(PWD) in Makefiles
$(CURDIR) is built-in and is guaranteed to always work.
$(PWD) is inherited from the shell and may be incorrect or missing.
In particular, it is invalid if make is run by some program that
changes current directory prior to the execution.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions