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 :=