X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f72958df29cf49a1056a76be603e047e8c688f48..bae55c0f8babceda302e4f63c6f9bfe6c8d5dd8a:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 4d1ae891f..5b3a7734b 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -121,6 +121,10 @@ $(eval $(call RequireCommand,wget, \ Please install wget. \ )) +$(eval $(call RequireCommand,git, \ + Please install git (git-core). \ +)) + define Require/gnutar $(TAR) --version 2>&1 | grep GNU > /dev/null endef @@ -134,7 +138,7 @@ $(eval $(call RequireCommand,svn, \ )) define Require/gnu-find - $(FIND) $(TMP_DIR) -lname foo + $(FIND) --version 2>/dev/null endef $(eval $(call Require,gnu-find, \