From 4000836c03dfddf15d877bfa148138c7a8ce31b7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 13 Jun 2017 13:01:03 +0200 Subject: tests: Fix build dependencies See also: https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html --- testsuites/libtests/mghttpd01/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/mghttpd01') diff --git a/testsuites/libtests/mghttpd01/Makefile.am b/testsuites/libtests/mghttpd01/Makefile.am index 2798d2a5fd..909a646970 100644 --- a/testsuites/libtests/mghttpd01/Makefile.am +++ b/testsuites/libtests/mghttpd01/Makefile.am @@ -20,7 +20,7 @@ mghttpd01$(EXEEXT): $(mghttpd01_OBJECTS) $(mghttpd01_DEPENDENCIES) @rm -f mghttpd01$(EXEEXT) $(make-exe) -init.c: init_fs.h +init.$(OBJEXT): init_fs.h init_fs.c: $(BIN2C) -C $(srcdir)/init_fs.tar init_fs -- cgit v1.2.3