From ff1fdb516d0c61c34139bb8cdf76dd2110745eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20M=C3=B6ller?= Date: Mon, 27 Apr 2020 20:28:36 +0200 Subject: [PATCH] samples/wrapper: no message with install --- samples/wrapper/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/wrapper/Makefile b/samples/wrapper/Makefile index 9c6160591d..c20af9446d 100644 --- a/samples/wrapper/Makefile +++ b/samples/wrapper/Makefile @@ -31,7 +31,6 @@ distclean: rm -f $(PROGS) *.o libstdc++.a install: all - @echo "--- The example app $(PROGS) is not installed ---" .PHONY: install all distclean clean