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/tar02/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/tar02') diff --git a/testsuites/libtests/tar02/Makefile.am b/testsuites/libtests/tar02/Makefile.am index e83bfd2dd4..67a4136570 100644 --- a/testsuites/libtests/tar02/Makefile.am +++ b/testsuites/libtests/tar02/Makefile.am @@ -25,7 +25,7 @@ tar02$(EXEEXT): $(tar02_OBJECTS) $(tar02_DEPENDENCIES) @rm -f tar02$(EXEEXT) $(make-exe) -init.c: initial_filesystem_tar.h +init.$(OBJEXT): initial_filesystem_tar.h initial_filesystem_tar.c: initial_filesystem.tar $(BIN2C) -C initial_filesystem.tar initial_filesystem_tar -- cgit v1.2.3