From 8703dc6e1cb10b9b786855b4ad3ec4514462877c Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 20 Jan 2021 10:31:37 -0800 Subject: [PATCH] Makefile: remove redundant line This same dep is expressed a few lines later in the "real" recipe. --- build/root/Makefile.generated_files | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/root/Makefile.generated_files b/build/root/Makefile.generated_files index 59f1fdf68eb..e9fcd17d852 100644 --- a/build/root/Makefile.generated_files +++ b/build/root/Makefile.generated_files @@ -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)