"is build" -> "is built" typo

Corrects a typo in a Makefile comment.
This commit is contained in:
Etan Kissling 2021-09-10 16:56:27 +02:00
parent 70de0c3fa3
commit 559ca86e2a
No known key found for this signature in database
GPG Key ID: B21DA824C5A3D03D
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ define run_generator
echo "generator $(1) finished" echo "generator $(1) finished"
endef endef
# The tests dir itself is simply build by creating the directory (recursively creating deeper directories if necessary) # The tests dir itself is simply built by creating the directory (recursively creating deeper directories if necessary)
$(TEST_VECTOR_DIR): $(TEST_VECTOR_DIR):
$(info creating test output directory, for generators: ${GENERATOR_TARGETS}) $(info creating test output directory, for generators: ${GENERATOR_TARGETS})
mkdir -p $@ mkdir -p $@