Small comment + org. fix | Remove extra mkdirs

This commit is contained in:
abejgonzalez
2021-05-12 16:42:05 -07:00
parent 383d11c2ad
commit 16cdc88c52
3 changed files with 3 additions and 5 deletions

View File

@@ -81,7 +81,6 @@ SIM_FILE_REQS += \
# copy files but ignore *.h files in *.f (match vcs)
$(sim_files): $(SIM_FILE_REQS) | $(build_dir)
mkdir -p $(dir $(sim_files))
cp -f $^ $(build_dir)
$(foreach file,\
$^,\