summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mghttpd01/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/mghttpd01/Makefile.am')
-rw-r--r--testsuites/libtests/mghttpd01/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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