rename CCLD to LINK
diff --git a/Makefile b/Makefile
index 08d3fe9..1b65d59 100644
--- a/Makefile
+++ b/Makefile
@@ -311,7 +311,7 @@
 ifeq ($(CAPSTONE_SHARED),yes)
 $(LIBRARY): $(LIBOBJ)
 ifeq ($(V),0)
-	$(call log,CCLD,$(@:$(BLDIR)/%=%))
+	$(call log,LINK,$(@:$(BLDIR)/%=%))
 	@$(create-library)
 else
 	$(create-library)