diff options
author | Andreas Bombe <aeb@debian.org> | 2021-10-03 17:19:56 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-10-04 07:24:42 +0200 |
commit | 23b2ab60ed68afc91fc68aafaf4ad54efcead307 (patch) | |
tree | 856a76cedbd3f7819a4ca583c7b219d7b0468f81 /src | |
parent | 3b89246729436bbedc955eb34074f2143fc8feb2 (diff) | |
download | ghdl-23b2ab60ed68afc91fc68aafaf4ad54efcead307.tar.gz ghdl-23b2ab60ed68afc91fc68aafaf4ad54efcead307.tar.bz2 ghdl-23b2ab60ed68afc91fc68aafaf4ad54efcead307.zip |
Makefile.in: Use $(CURDIR) instead of $(shell pwd)
GNU make will set the variable CURDIR to the current directory, there is
no need to call out to the shell. Also use simple assignment instead of
conditional on not previously set. Otherwise it could get its value from
an envirnoment variable "PWD", which shells may or may not have set, or
which may not be up to date at the time of the call.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions