From f201ceed991fd3fd00207f76e3afad72c4c7bfe3 Mon Sep 17 00:00:00 2001 From: Martin Lenders Date: Tue, 27 May 2014 10:41:20 +0200 Subject: [PATCH] unittests: Force execution of $(UNITTEST_LIBS) build target --- tests/unittests/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index ecf560051b..552748bac2 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -32,7 +32,9 @@ UNITTEST_LIBS := $(UNIT_TESTS:%=$(BINDIR)%.a) all: $(UNITTEST_LIBS) $(UNIT_TESTS): all -$(UNITTEST_LIBS): $(BINDIR)%.a: +.FORCE: + +$(UNITTEST_LIBS): $(BINDIR)%.a: .FORCE "$(MAKE)" -C $(CURDIR)/$* charEMPTY :=