Make dependencies of tests_extrator order-only

This commit is contained in:
Sebastian Wilzbach 2017-07-09 01:20:30 +02:00
parent 5f8802f14e
commit 60b32e78e6

View file

@ -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 $@