From 84912d4b24382ae022da3a863bd6caa2b8948d94 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Thu, 25 Feb 2021 18:16:07 -0500 Subject: build: Remove spaces from variable-printing rules This simplifies parsing when using these rules from scripts. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 4e09c86ebd..b47bdfaa26 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ # Pattern rule to print variables, e.g. make print-top_srcdir print-%: - @echo '$*' = '$($*)' + @echo '$*'='$($*)' DIST_SUBDIRS = secp256k1 univalue -- cgit v1.2.3