[hackers] [scc] [libc] Use AR variable in the Makefile || Roberto E. Vargas Caballero
commit c8f1b2b548d1ca0f577e3005ce3514cddd6f491f
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Tue Feb 21 10:07:41 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Tue Feb 21 10:07:41 2017 +0100
[libc] Use AR variable in the Makefile
diff --git a/libc/src/Makefile b/libc/src/Makefile
index 022e6ff..f591fb3 100644
--- a/libc/src/Makefile
+++ b/libc/src/Makefile
_AT_@ -12,7 +12,7 @@ LIBCOBJ = assert.o strcpy.o strcmp.o strlen.o strchr.o \
all: libc.a
libc.a: $(LIBCOBJ)
- ar $(ARFLAGS) $_AT_ $?
+ $(AR) $(ARFLAGS) $_AT_ $?
ranlib $_AT_
clean:
Received on Tue Feb 21 2017 - 10:12:54 CET
This archive was generated by hypermail 2.3.0
: Tue Feb 21 2017 - 10:24:19 CET