changeset 447:6776928afca1

Add build message for ranlib.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Oct 2017 18:25:21 +0300
parents e0cead622dce
children 57a3472131fd
files Makefile.inc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.inc	Wed Oct 25 18:23:19 2017 +0300
+++ b/Makefile.inc	Wed Oct 25 18:25:21 2017 +0300
@@ -47,6 +47,7 @@
 $(THLIBS_A): $(addprefix $(OBJPATH),$(THLIBS_OBJ))
 	@echo " AR $@ $(THLIBS_OBJ)"
 	@$(AR) cru $@ $(addprefix $(OBJPATH),$(THLIBS_OBJ))
+	@echo " RANLIB $@"
 	@$(RANLIB) $@
 
 ##