From: Davin McCall Date: Sat, 17 Jun 2017 10:26:59 +0000 (+0100) Subject: Build: fix dependencies of tests executable. X-Git-Tag: v0.06~55 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3d34735705945b34d5ca764cc7298a026de783ab;p=oweals%2Fdinit.git Build: fix dependencies of tests executable. --- diff --git a/src/tests/Makefile b/src/tests/Makefile index dea221a..b9f4da7 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -8,7 +8,7 @@ check: build-tests build-tests: tests -tests: $(objects) +tests: $(objects) $(parent_objs) $(CXX) -o tests tests.o $(parent_objs) $(EXTRA_LIBS) $(objects): %.o: %.cc