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
parent b2b76c9cb9
commit ee09cf7475

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 $@