Give a nice error for "make bitcoind", instead of a misleading one.

This commit is contained in:
Glenn Willen 2015-11-17 14:45:16 -05:00 committed by Gregory Sanders
parent 239bddd64f
commit e02b8a8354

View file

@ -483,6 +483,9 @@ clean-local:
-rm -f config.h
-rm -rf test/__pycache__
bitcoind bitcoin-cli bitcoin-tx:
@echo "Remember to 'make beta*' rather than 'make bitcoin*' in this repository."
.rc.o:
@test -f $(WINDRES)
## FIXME: How to get the appropriate modulename_CPPFLAGS in here?