]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix dependency issue for autoscan.list
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Jan 2025 04:10:09 +0000 (20:10 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Jan 2025 04:13:20 +0000 (20:13 -0800)
* lib/local.mk (lib/autoscan/autoscan.list):
Depend on lib/autoconf/autoconf.m4f, not merely on its dependencies.

lib/local.mk

index f44d629ae964557f094a94e09adbad11e7d45137..98a7f36a608af0e4f7d7174aa893e8855f6fdcde 100644 (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.  ##