build: Remove spaces from variable-printing rules

This simplifies parsing when using these rules from scripts.
This commit is contained in:
Carl Dong
2021-02-25 18:16:07 -05:00
parent 0102f80b51
commit 84912d4b24
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
# Pattern rule to print variables, e.g. make print-top_srcdir
print-%:
@echo '$*' = '$($*)'
@echo '$*'='$($*)'
DIST_SUBDIRS = secp256k1 univalue