X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/12c03192898a56df8406745a8c7d2fc5f3662184..cb6d2cb05c69c32043c74ba919ef08e8c86fda6e:/include/prereq.mk diff --git a/include/prereq.mk b/include/prereq.mk index 8e5490ccf..4a55c89ff 100644 --- a/include/prereq.mk +++ b/include/prereq.mk @@ -5,6 +5,9 @@ # See /LICENSE for more information. # +ifneq ($(__prereq_inc),1) +__prereq_inc:=1 + prereq: if [ -f $(TMP_DIR)/.prereq-error ]; then \ echo; \ @@ -15,6 +18,7 @@ prereq: fi .SILENT: prereq +endif define Require export PREREQ_CHECK=1