From: Viktor Szakats Date: Fri, 14 Mar 2025 02:24:49 +0000 (+0100) Subject: autotools: fix `libtest` bundle to depend on `FIRSTFILES` X-Git-Tag: curl-8_13_0~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f501d0d5e32d6ef7baffaeecb31e56c5b427e7ae;p=thirdparty%2Fcurl.git autotools: fix `libtest` bundle to depend on `FIRSTFILES` Closes #16726 --- 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