]> git.eshelyaron.com Git - emacs.git/commit
Don't feed the awk scripts into themselves
authorRobert Pluim <rpluim@gmail.com>
Mon, 5 Jun 2023 09:57:03 +0000 (11:57 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 13 Jun 2023 10:04:22 +0000 (12:04 +0200)
commitba349aa32e98a53146794197c316f4765598ddbd
tree13c97d4a05b7e4cae1d35ec4fbd3a9db2ec148f6
parent410aac81832daf028f162aa00d42ffd2f15beb99
Don't feed the awk scripts into themselves

* admin/unidata/Makefile.in (${unidir}/charscript.el,
${unidir}/emoji-zwj.el): Define variables for the required sources and
pass those to awk instead of $^, since the latter includes the awk
script itself.
admin/unidata/Makefile.in