Skip to content

Commit 5c9dede

Browse files
committed
Use $(AR)
1 parent 1f40535 commit 5c9dede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ CPPFLAGS += \
111111
-DCONFIG_SELF_INIT=$(CONFIG_SELF_INIT)
112112

113113
$(OUT)/libhardened_malloc$(SUFFIX).a: $(OBJECTS) | $(OUT)
114-
ar rcs $@ $^
114+
$(AR) rcs $@ $^
115115

116116
$(OUT)/libhardened_malloc$(SUFFIX).so: $(OBJECTS) | $(OUT)
117117
$(CC) $(CFLAGS) $(LDFLAGS) -shared $^ $(LDLIBS) -o $@

0 commit comments

Comments
 (0)