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/dl05/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/dl05') diff --git a/testsuites/libtests/dl05/Makefile.am b/testsuites/libtests/dl05/Makefile.am index 595d2748dd..8d2ddee638 100644 --- a/testsuites/libtests/dl05/Makefile.am +++ b/testsuites/libtests/dl05/Makefile.am @@ -14,7 +14,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/../support/include LINK_OBJS = $(dl05_OBJECTS) LINK_LIBS = $(dl05_LDLIBS) -init.c: dl-tar.h +init.$(OBJEXT): dl-tar.h dl-o5.o: dl-o5.cpp -- cgit v1.2.3