summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mghttpd01
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-05-10 13:34:55 +1000
committerChris Johns <chrisj@rtems.org>2017-05-11 08:09:43 +1000
commit6130a47e726c909fec6d9e67e9ed397276e1fb58 (patch)
tree902eec226cd0867fa6dc79e60d72089110f51bc0 /testsuites/libtests/mghttpd01
parentposix/mman: add mmap support for shm objects (diff)
downloadrtems-6130a47e726c909fec6d9e67e9ed397276e1fb58.tar.bz2
testsuites: Fix build dependences for generated files.
Diffstat (limited to 'testsuites/libtests/mghttpd01')
-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