mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-12 15:20:26 +08:00
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:
parent
a10ce78ead
commit
220e939e5c
@ -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. ##
|
||||
|
Loading…
x
Reference in New Issue
Block a user