add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix instead of just ':'

SVN-Revision: 6747
This commit is contained in:
Felix Fietkau 2007-03-28 18:13:54 +00:00
parent 36b75197e3
commit 447b0f537a
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/prereq.mk
include $(INCLUDE_DIR)/host.mk
PKG_NAME:=Build dependency
define Require/non-root
[ "$$(shell whoami)" != "root" ]
endef