mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-01 11:16:55 +00:00
Fix typo.
This commit is contained in:
parent
f7243ce122
commit
90638650d3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -568,7 +568,7 @@ $(subst //,/,$(1)/$(3)): $(2)
|
|||
$$(Q) cp "$(YOSYS_SRC)"/$(2) $(subst //,/,$(1)/$(3))
|
||||
endef
|
||||
|
||||
define add_gen_share_fila
|
||||
define add_gen_share_file
|
||||
EXTRA_TARGETS += $(subst //,/,$(1)/$(notdir $(2)))
|
||||
$(subst //,/,$(1)/$(notdir $(2))): $(2)
|
||||
$$(P) mkdir -p $(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue