From 37fe73a092b08fe9d7ce636a1021429de6cda757 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Fri, 25 Sep 2020 16:53:04 -0400 Subject: build: Add var printing target to src/Makefile.am See 181989f6c9427fc266dbdcc84cb60ac03e67cdb2 for more info. I missed this one last time. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 52bd4f1621..2616eb8638 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,10 @@ # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. +# Pattern rule to print variables, e.g. make print-top_srcdir +print-%: + @echo $* = $($*) + DIST_SUBDIRS = secp256k1 univalue AM_LDFLAGS = $(LIBTOOL_LDFLAGS) $(HARDENED_LDFLAGS) $(GPROF_LDFLAGS) $(SANITIZER_LDFLAGS) -- cgit v1.2.3