]> git.eshelyaron.com Git - emacs.git/commit
Remove hard-coded path to pwd in Makefiles.
authorGregory Heytings <gregory@heytings.org>
Mon, 26 Sep 2022 12:58:07 +0000 (12:58 +0000)
committerGregory Heytings <gregory@heytings.org>
Wed, 28 Sep 2022 14:30:47 +0000 (16:30 +0200)
commitd096819089273f2854305db03763a91fa303f651
tree783419c5897b6eef668a594da15e2aa1fc8273e3
parent56f871b0e2008f0f57c22b4c3018dbdda9d427ac
Remove hard-coded path to pwd in Makefiles.

* Makefile.in:
* lib-src/Makefile.in:
* nextstep/Makefile.in:
* nt/Makefile.in: Replace hard-coded calls to /bin/pwd by calls
to 'pwd -P'.  Fixes bug#58080.
Makefile.in
lib-src/Makefile.in
nextstep/Makefile.in
nt/Makefile.in