move file name to variables.mk

This commit is contained in:
abejgonzalez
2019-07-16 11:37:36 -07:00
parent 85d904f108
commit 829687b254
2 changed files with 1 additions and 2 deletions

View File

@@ -70,8 +70,6 @@ $(HARNESS_SMEMS_FILE) $(HARNESS_SMEMS_FIR): $(HARNESS_SMEMS_CONF)
########################################################################################
# remove duplicate/*.h files in blackbox/simfiles
########################################################################################
sim_files ?= $(build_dir)/sim_files.common.f
$(sim_files): $(sim_top_blackboxes) $(sim_harness_blackboxes) $(sim_dotf)
awk '{print $1;}' $^ | sort -u | grep -v ".*\.h" > $@