From 0ba86a9a5619eb2eda538b6a473a1d7e461aff6c Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 12 Nov 2006 00:51:00 +0000 Subject: Removed the tests for CHECK_INTERPRETER and CHECK_PERMS. They are now in ../checks/*.mk. --- mk/install/install.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'mk/install/install.mk') diff --git a/mk/install/install.mk b/mk/install/install.mk index 59659994e54..9001c063a9f 100644 --- a/mk/install/install.mk +++ b/mk/install/install.mk @@ -1,4 +1,4 @@ -# $NetBSD: install.mk,v 1.30 2006/11/12 00:13:26 rillig Exp $ +# $NetBSD: install.mk,v 1.31 2006/11/12 00:51:00 rillig Exp $ # # This file provides the code for the "install" phase. # @@ -176,12 +176,6 @@ _INSTALL_ALL_TARGETS+= error-check .if empty(CHECK_FILES:M[nN][oO]) privileged-install-hook: check-files .endif -.if empty(CHECK_INTERPRETER:M[nN][oO]) -privileged-install-hook: check-interpreter -.endif -.if empty(CHECK_PERMS:M[nN][oO]) -privileged-install-hook: check-perms -.endif .PHONY: install-all su-install-all . if !empty(_MAKE_INSTALL_AS_ROOT:M[Yy][Ee][Ss]) -- cgit v1.2.3