]> git.eshelyaron.com Git - emacs.git/commit
Fix portability problem in toplevel Makefile
authorPo Lu <luangruo@yahoo.com>
Sat, 6 May 2023 12:42:22 +0000 (20:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 6 May 2023 12:42:22 +0000 (20:42 +0800)
commita5d142e8301c3dfb193e89eda9caf50ee2a92d28
tree3f06325308e6a4c940cdd1e40a813fa586ef857f
parent9b66a64d9c2c7ae2b155bf209ad735383070822e
Fix portability problem in toplevel Makefile

* Makefile.in (sanity-check, preferred-branch-is-current): Avoid
POSIX command substitution, to make Makefile work with the SVR4
shell.
Makefile.in