From 0a2bc867b08c9e0da4b834e64b13e7ef7f9a14ae Mon Sep 17 00:00:00 2001
From: balaskoa <jeno.balasko@ericsson.com>
Date: Thu, 30 Mar 2017 17:59:15 +0200
Subject: [PATCH] Make install says >Installation successfully completed<

Signed-off-by: balaskoa <jeno.balasko@ericsson.com>
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 6d809c4de..b989d1d48 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,9 @@ ifeq ($(LICENSING), yes)
 	cp licensegen/license.dat $(ETCDIR)/license
 endif
 	chmod -R +r,go-w $(TTCN3_DIR)
+	@echo "***********************************"
+	@echo "Installation successfully completed"
+	@echo "***********************************"
 
 # check is the standard GNU target for running tests
 # (avoids clash with shell builtin 'test')
-- 
GitLab