Skip to content

Commit a015a8f

Browse files
committed
don't install test in target install_all
This fixes #396
1 parent 54e6db5 commit a015a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile_include.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ doc/crypt.pdf: $(call print-help,doc/crypt.pdf,Builds the Developer Manual)
408408
$(MAKE) -C doc/ crypt.pdf V=$(V)
409409

410410

411-
install_all: $(call print-help,install_all,Install everything - library bins docs tests) install install_bins install_docs install_test
411+
install_all: $(call print-help,install_all,Install everything - library bins docs tests) install install_bins install_docs
412412

413413
INSTALL_OPTS ?= -m 644
414414

0 commit comments

Comments
 (0)