Merge pull request #61 from gwillen/nice_make_error

Give a nice error for "make bitcoind", instead of a misleading one.
This commit is contained in:
Jorge Timón 2015-11-18 21:03:50 +01:00
commit 32cefbf8d7

View file

@ -396,6 +396,9 @@ clean-local:
rm -f leveldb/*/*.gcno leveldb/helpers/memenv/*.gcno
-rm -f config.h
bitcoind bitcoin-cli bitcoin-tx:
@echo "Remember to 'make alpha*' rather than 'make bitcoin*' in this repository."
.rc.o:
@test -f $(WINDRES)
$(AM_V_GEN) $(WINDRES) -DWINDRES_PREPROC -i $< -o $@