mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Makefile: Fix chformal.cc copy
This commit is contained in:
parent
c92f200491
commit
14a5cd6c4c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1050,7 +1050,7 @@ docs/source/generated/%.log: docs/source/generated $(TARGETS) $(EXTRA_TARGETS)
|
|||
$(Q) ./$(PROGRAM_PREFIX)yosys -qQT -h '$*' -l $@
|
||||
|
||||
docs/source/generated/chformal.cc: passes/cmds/chformal.cc docs/source/generated
|
||||
cp $^ $@
|
||||
$(Q) cp $< $@
|
||||
|
||||
PHONY: docs/gen/chformal
|
||||
docs/gen/chformal: docs/source/generated/chformal.log docs/source/generated/chformal.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue