Some more tagsparam makefile fixes

This commit is contained in:
Peter Rugg
2021-03-18 11:06:17 +00:00
parent e759077259
commit 057964e940
5 changed files with 22 additions and 40 deletions

View File

@@ -15,7 +15,7 @@ build_dir:
ifeq (,$(filter clean full_clean,$(MAKECMDGOALS)))
include .depends.mk
.depends.mk: | build_dir
.depends.mk: TagTableStructure.bsv | build_dir
if ! bluetcl -exec makedepend -elab -sim $(TMP_DIRS) $(RTL_GEN_DIRS) $(BSC_COMPILATION_FLAGS) -p $(BSC_PATH) -o $@ $(TOPFILE); then rm -f $@ && false; fi
endif