We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72d80b commit b3bdff4Copy full SHA for b3bdff4
Makefile.am
@@ -4,7 +4,7 @@
4
5
# Pattern rule to print variables, e.g. make print-top_srcdir
6
print-%:
7
- @echo $* = $($*)
+ @echo '$*' = '$($*)'
8
9
ACLOCAL_AMFLAGS = -I build-aux/m4
10
SUBDIRS = src
depends/Makefile
@@ -2,7 +2,7 @@
2
3
# When invoking a sub-make, keep only the command line variable definitions
# matching the pattern in the filter function.
src/Makefile.am
DIST_SUBDIRS = secp256k1 univalue
0 commit comments