]> git.eshelyaron.com Git - emacs.git/commit
Fix dependency bug when building lwlib
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 14 Jan 2023 02:22:47 +0000 (18:22 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 14 Jan 2023 07:39:51 +0000 (23:39 -0800)
commit1b9ffd281162794e71a7e6a4d26cfbb3991c0cde
treeea9b5732ca88f006b6b59e7946bdc19d7f76c122
parentdc33a122230adbfa37926f4eb19c0620b3affd85
Fix dependency bug when building lwlib

* lwlib/Makefile.in (DEPFLAGS): Use OBJS to calculate dependency
file names, not ALLOBJS.  This fixes a typo introduced
in 2015-05-15 "Replace AC_SUBST_FILE in configure with include in
Makefiles" that caused lwlib/*.o to not be rebuilt sometimes
when that was needed.
lwlib/Makefile.in