]> git.eshelyaron.com Git - emacs.git/commit
Make sed invocation in Makefile POSIX-compliant
authorGregory Heytings <gregory@heytings.org>
Mon, 21 Nov 2022 12:44:13 +0000 (12:44 +0000)
committerGregory Heytings <gregory@heytings.org>
Mon, 21 Nov 2022 12:47:06 +0000 (13:47 +0100)
commita3b654e069e563b0a2a6335ec310ada51400ac09
tree2a305941a363f8652c6adf38f1300de7087c2e4d
parent0fa916c7ddc308e70229254693f3f82378637fe4
Make sed invocation in Makefile POSIX-compliant

* Makefile.in: Add a semicolon before the closing brace, which is
required by POSIX.  Fixes bug#59444.
Makefile.in