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 e6c68b6 commit 3aecedeCopy full SHA for 3aecede
Makefile
@@ -188,10 +188,13 @@ endif
188
189
default: all-programs all-test-programs
190
191
-config.vars ccan/config.h: configure ccan/tools/configurator/configurator.c
192
- @if [ ! -f config.vars ]; then echo 'The 1990s are calling: use ./configure!' >&2; exit 1; fi
+ccan/config.h: config.vars configure ccan/tools/configurator/configurator.c
193
./configure --reconfigure
194
+config.vars:
195
+ @echo 'File config.vars not found: you must run ./configure before running make.' >&2
196
+ @exit 1
197
+
198
include external/Makefile
199
include bitcoin/Makefile
200
include common/Makefile
0 commit comments