Fix dependency issue for autoscan.list

* lib/local.mk (lib/autoscan/autoscan.list):
Depend on lib/autoconf/autoconf.m4f, not merely on its dependencies.
This commit is contained in:
Paul Eggert 2025-01-29 20:10:09 -08:00
parent a10ce78ead
commit 220e939e5c

View File

@ -130,7 +130,7 @@ lib/autoscan/autoscan.list: $(srcdir)/lib/autoscan/autoscan.pre
-t'AN_OUTPUT:$$1: $$2 $$3' \
) | LC_ALL=C sort >>$@
lib/autoscan/autoscan.list: $(autoconf_m4f_dependencies) Makefile
lib/autoscan/autoscan.list: lib/autoconf/autoconf.m4f Makefile
## ----------------------------------- ##
## Make Autoconf library for M4sugar. ##