From 6fe1de5d869343a2b80fdd168c4276880bc57b3f Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 4 Sep 2018 10:51:44 +0300 Subject: [PATCH] fix make target dependecy --- Makefile | 2 ++ Makefile.homebrew | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c51018f9..ce1ad51f 100644 --- a/Makefile +++ b/Makefile @@ -130,6 +130,8 @@ doxygen: .PHONY: deps .PHONY: doxygen .PHONY: dist +.PHONY: last-dist .PHONY: api .PHONY: api_client .PHONY: mk_obj_dir +.PHONY: install diff --git a/Makefile.homebrew b/Makefile.homebrew index 9d593197..64301c02 100644 --- a/Makefile.homebrew +++ b/Makefile.homebrew @@ -41,7 +41,7 @@ ifeq ($(USE_AVX),1) CXXFLAGS += -mavx endif -install: +install: all install -d ${PREFIX}/bin ${PREFIX}/etc/i2pd ${PREFIX}/share/doc/i2pd ${PREFIX}/share/i2pd ${PREFIX}/share/man/man1 ${PREFIX}/var/lib/i2pd install -m 755 ${I2PD} ${PREFIX}/bin/ install -m 644 contrib/i2pd.conf contrib/subscriptions.txt contrib/tunnels.conf ${PREFIX}/etc/i2pd