diff --git a/Makefile b/Makefile index d36bb4cb..01a8177a 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ bcachefs: $(BCACHEFS_DEPS) $(RUST_SRCS) libbcachefs.a: $(filter-out ./tests/%.o, $(OBJS)) @echo " [AR] $@" - $(Q)ar -rc $@ $+ + $(Q)$(AR) -rc $@ $+ tests/test_helper: $(filter ./tests/%.o, $(OBJS)) @echo " [LD] $@"