mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15:24 +01:00
Simplify bash AR rule.
This commit is contained in:
parent
6eb8d05e77
commit
8548c128b4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,4 +24,4 @@ BUILTINS_OBJS = $(BUILTINS_DEF_OBJS) $(BUILTINS_STATIC_OBJS)
|
|||
$(CC) -c $(CFLAGS) -o $@ $*.c
|
||||
|
||||
libbuiltins.a: $(BUILTINS_OBJS) builtins.o
|
||||
$(AR) cr $@ $(BUILTINS_OBJS) builtins.o
|
||||
$(AR) cr $@ $^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue