From a015a8f05fc3bb84bdd0f9f3e40d8ac2d12f6200 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Sun, 1 Jul 2018 22:47:05 +0200 Subject: [PATCH] don't install `test` in target install_all This fixes #396 --- makefile_include.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile_include.mk b/makefile_include.mk index 8f4d40a4..a48eefe9 100644 --- a/makefile_include.mk +++ b/makefile_include.mk @@ -408,7 +408,7 @@ doc/crypt.pdf: $(call print-help,doc/crypt.pdf,Builds the Developer Manual) $(MAKE) -C doc/ crypt.pdf V=$(V) -install_all: $(call print-help,install_all,Install everything - library bins docs tests) install install_bins install_docs install_test +install_all: $(call print-help,install_all,Install everything - library bins docs tests) install install_bins install_docs INSTALL_OPTS ?= -m 644