mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-22 04:03:45 +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
|
endif
|
||||||
|
|
||||||
libyosys.a: $(filter-out kernel/driver.o,$(OBJS))
|
libyosys.a: $(filter-out kernel/driver.o,$(OBJS))
|
||||||
$(P) ar rcs $@ $^
|
$(P) $(AR) rcs $@ $^
|
||||||
|
|
||||||
%.o: %.cc
|
%.o: %.cc
|
||||||
$(Q) mkdir -p $(dir $@)
|
$(Q) mkdir -p $(dir $@)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue