summaryrefslogtreecommitdiffstats
path: root/c/src/make/lib.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/make/lib.cfg')
-rw-r--r--c/src/make/lib.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/make/lib.cfg b/c/src/make/lib.cfg
index 5c35c6236a..88ba811e9a 100644
--- a/c/src/make/lib.cfg
+++ b/c/src/make/lib.cfg
@@ -12,7 +12,7 @@ include $(RTEMS_ROOT)/make/leaf.cfg
define make-library
$(RM) $@
$(AR) $(ARFLAGS) $@ $(OBJS)
-$(MKLIB) $@
+$(RANLIB) $@
endef
.PRECIOUS: $(LIB)