mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-21 19:53:44 +00:00
Use $(AR)
This commit is contained in:
parent
7cb3a0f830
commit
c1e40e113c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -780,7 +780,7 @@ else
|
|||
endif
|
||||
|
||||
libyosys.a: $(filter-out kernel/driver.o,$(OBJS))
|
||||
$(P) ar rcs $@ $^
|
||||
$(P) $(AR) rcs $@ $^
|
||||
|
||||
%.o: %.cc
|
||||
$(Q) mkdir -p $(dir $@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue