From 60b32e78e6fff7f718cd1de8082fece36025731d Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sun, 9 Jul 2017 01:20:30 +0200 Subject: [PATCH] Make dependencies of tests_extrator order-only --- posix.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.mak b/posix.mak index fee516c25..ce5a59ffc 100644 --- a/posix.mak +++ b/posix.mak @@ -591,7 +591,7 @@ style_lint: dscanner $(LIB) ################################################################################ publictests: $(PUBLICTESTS) -$(TESTS_EXTRACTOR): $(TOOLS_DIR)/tests_extractor.d $(LIB) +$(TESTS_EXTRACTOR): $(TOOLS_DIR)/tests_extractor.d | $(LIB) DFLAGS="$(DFLAGS) $(LIB) -defaultlib= -debuglib= $(LINKDL)" $(DUB) build --force --compiler=$${PWD}/$(DMD) --single $< mv $(TOOLS_DIR)/tests_extractor $@