]> git.eshelyaron.com Git - emacs.git/commit
Avoid glitches in ELC lines in build output
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Jan 2022 07:22:04 +0000 (23:22 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Jan 2022 07:23:31 +0000 (23:23 -0800)
commit8d6fbc4b480f8623a67e9779c490e9df7c941447
tree09f9cff0067f4093f8bb4631fca95348d32834ac
parenteac4b924cb86ea023d660f2b155ba1f36b4a5843
Avoid glitches in ELC lines in build output

* src/verbose.mk.in (AM_V_ELC, AM_V_ELN): Use ifneq not ifdef, as
we want have_working_info’s value expanded (Bug#53358).
src/verbose.mk.in