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. --- depends/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'depends') diff --git a/depends/Makefile b/depends/Makefile index dadb21515a..c5dfd1e8a7 100644 --- a/depends/Makefile +++ b/depends/Makefile @@ -2,7 +2,7 @@ # Pattern rule to print variables, e.g. make print-top_srcdir print-%: - @echo '$*' = '$($*)' + @echo '$*'='$($*)' # When invoking a sub-make, keep only the command line variable definitions # matching the pattern in the filter function. -- cgit v1.2.3