From 3e23c55885b281d90abd43c258305deb563bc605 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 19 Aug 2018 06:12:09 -0400 Subject: [PATCH] Remove makefile debug print statements --- GNUmakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 95ea601c..cca092b3 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -777,9 +777,6 @@ SOLIB_FLAGS=-Wl,-h,libcryptopp.so$(SOLIB_COMPAT_SUFFIX) endif endif # HAS_SOLIB_VERSION -$(info HAS_SOLIB_VERSION: $(HAS_SOLIB_VERSION)) -$(info SOLIB_FLAGS: $(SOLIB_FLAGS)) - ########################################################### ##### Source and object files ##### ###########################################################