Browse Source

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

SVN-Revision: 6747
Felix Fietkau 19 years ago
parent
commit
447b0f537a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/prereq-build.mk

+ 2 - 0
include/prereq-build.mk

@@ -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