1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

unittests: Force execution of $(UNITTEST_LIBS) build target

This commit is contained in:
Martin Lenders 2014-05-27 10:41:20 +02:00
parent fb4619ebc6
commit f201ceed99

View File

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