瀏覽代碼

don't install `test` in target install_all

This fixes #396
Steffen Jaeckel 7 年之前
父節點
當前提交
a015a8f05f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      makefile_include.mk

+ 1 - 1
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