mirror of
https://github.com/dlang/phobos.git
synced 2025-05-11 14:41:08 +03:00
Make dependencies of tests_extrator order-only
This commit is contained in:
parent
5f8802f14e
commit
60b32e78e6
1 changed files with 1 additions and 1 deletions
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue