Skip to content

Commit

Permalink
Makefile: remove redundant line
Browse files Browse the repository at this point in the history
This same dep is expressed a few lines later in the "real" recipe.
  • Loading branch information
thockin committed Jan 25, 2021
1 parent e46810b commit 8703dc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/root/Makefile.generated_files
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,6 @@ $(foreach dir, $($(prefix)_OPENAPI_DIRS), $(eval \
$($(prefix)_OPENAPI_OUTFILE): $(GODEPS_$(PRJ_SRC_PATH)/$(dir)) \
))

# Rebuild spec if the violation file changed.
$($(prefix)_OPENAPI_OUTFILE): $($(prefix)_KNOWN_VIOLATION_FILENAME)

# When UPDATE_API_KNOWN_VIOLATIONS is set to be true, let the generator to write
# updated API violations to the known API violation exceptions list.
ifeq ($(UPDATE_API_KNOWN_VIOLATIONS),true)
Expand Down

0 comments on commit 8703dc6

Please sign in to comment.