mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 23:05:24 +01:00
Simplify some make recipes.
This commit is contained in:
parent
06fab5687b
commit
996e6f7c10
2 changed files with 6 additions and 6 deletions
|
|
@ -25,4 +25,4 @@ m4: libm4.a $(M4_OBJ)
|
|||
$(CC) $(CFLAGS) $^ $(LDFLAGS) -o $@
|
||||
|
||||
libm4.a: $(LIB_OBJECTS)
|
||||
$(AR) cr $@ $(LIB_OBJECTS)
|
||||
$(AR) cr $@ $^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue