From 6130a47e726c909fec6d9e67e9ed397276e1fb58 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 10 May 2017 13:34:55 +1000 Subject: testsuites: Fix build dependences for generated files. --- testsuites/libtests/mghttpd01/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'testsuites/libtests/mghttpd01') diff --git a/testsuites/libtests/mghttpd01/Makefile.am b/testsuites/libtests/mghttpd01/Makefile.am index 1e3f3a9482..2798d2a5fd 100644 --- a/testsuites/libtests/mghttpd01/Makefile.am +++ b/testsuites/libtests/mghttpd01/Makefile.am @@ -20,10 +20,12 @@ mghttpd01$(EXEEXT): $(mghttpd01_OBJECTS) $(mghttpd01_DEPENDENCIES) @rm -f mghttpd01$(EXEEXT) $(make-exe) -init_fs.c: +init.c: init_fs.h + +init_fs.c: $(BIN2C) -C $(srcdir)/init_fs.tar init_fs CLEANFILES += init_fs.c - + init_fs.h: $(BIN2C) -H $(srcdir)/init_fs.tar init_fs CLEANFILES += init_fs.h -- cgit v1.2.3