undo the Makefile change

This commit is contained in:
Ștefan Talpalaru 2019-08-14 23:16:01 +02:00
parent 94a819a5c7
commit 28efbbd70f
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ $(SILENT_TARGET_PREFIX).SILENT:
sanity-checks:
@ [[ "$$PWD" =~ /vendor/nim-beacon-chain$ && -e ../../Makefile && -e ../../common.mk ]] || \
{ echo -e "This Makefile can only be used from the corresponding Git submodule in the Nimbus repository.\nDetailed instructions available in README.md or online at https://github.com/status-im/nim-beacon-chain/#building-and-testing"; exit 1; }
@+ bash -c "$(MAKE) --silent -C ../../ sanity-checks"
@+ $(MAKE) --silent -C ../../ sanity-checks
deps: | sanity-checks
@+ $(MAKE) --silent -C ../../ deps