[rtems commit] libtests/tar01: Fix build dependencies

Sebastian Huber sebh at rtems.org
Sat Oct 21 10:17:45 UTC 2017


Module:    rtems
Branch:    master
Commit:    a05861d47136e6b8cfb2c3a3b736299e5e0565c7
Changeset: http://git.rtems.org/rtems/commit/?id=a05861d47136e6b8cfb2c3a3b736299e5e0565c7

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Sat Oct 21 12:16:21 2017 +0200

libtests/tar01: Fix build dependencies

---

 testsuites/libtests/tar01/Makefile.am | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/testsuites/libtests/tar01/Makefile.am b/testsuites/libtests/tar01/Makefile.am
index a19b5db..0a97f20 100644
--- a/testsuites/libtests/tar01/Makefile.am
+++ b/testsuites/libtests/tar01/Makefile.am
@@ -51,10 +51,15 @@ tar01$(EXEEXT): $(tar01_OBJECTS) $(tar01_DEPENDENCIES)
 if TARTEST_XZ
 init.$(OBJEXT): initial_filesystem_tar.h \
 	initial_filesystem_tar_gz.h \
-	initial_filesystem_tar_xz.h
+	initial_filesystem_tar_xz.h \
+	initial_filesystem_tar.c \
+	initial_filesystem_tar_gz.c \
+	initial_filesystem_tar_xz.c
 else
 init.$(OBJEXT): initial_filesystem_tar.h \
-	initial_filesystem_tar_gz.h
+	initial_filesystem_tar_gz.h \
+	initial_filesystem_tar.c \
+	initial_filesystem_tar_gz.c
 endif
 
 initial_filesystem_tar.c: initial_filesystem.tar



More information about the vc mailing list