From d3434601baa8b2b8513ae08fcac99053860165ad Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Mon, 4 Aug 2014 17:35:33 -0400 Subject: [PATCH] build: Fix 'make deploy' when binaries haven't been built yet --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile.am b/Makefile.am index 63a22a2cc..123a22525 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,6 +103,15 @@ if TARGET_WINDOWS deploy: $(BITCOIN_WIN_INSTALLER) endif +$(BITCOIN_QT_BIN): FORCE + $(MAKE) -C src qt/$(@F) + +$(BITCOIND_BIN): FORCE + $(MAKE) -C src $(@F) + +$(BITCOIN_CLI_BIN): FORCE + $(MAKE) -C src $(@F) + if USE_LCOV baseline.info: