From f501d0d5e32d6ef7baffaeecb31e56c5b427e7ae Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 14 Mar 2025 03:24:49 +0100 Subject: [PATCH] autotools: fix `libtest` bundle to depend on `FIRSTFILES` Closes #16726 --- tests/libtest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 191064e38f..b2f980c339 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -96,7 +96,7 @@ libstubgss_la_DEPENDENCIES = endif if USE_TEST_BUNDLES -libtest_bundle.c: $(top_srcdir)/tests/mk-bundle.pl lib1521.c +libtest_bundle.c: $(top_srcdir)/tests/mk-bundle.pl $(FIRSTFILES) lib1521.c @PERL@ $(top_srcdir)/tests/mk-bundle.pl $(srcdir) > libtest_bundle.c noinst_PROGRAMS = libtests