diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 12:32:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 12:32:06 +0100 |
commit | 3f794fad83e51a090191803aa54f4a7fe0d5a2ef (patch) | |
tree | 7f745c03a30bb986995940f1a6354f065803dc53 /Makefile | |
parent | e83010306d2b3f5b788cc6d432856c1b380d6de2 (diff) |
remove git as dependency, we now have snapshot tarballs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -224,6 +224,7 @@ NO_ERROR=0 @echo "_PATH:=$$PATH" >>prereq.mk @echo "PATH:=\$${TOPDIR}/scripts:/usr/sbin:$$PATH" >>prereq.mk @echo "SHELL:=$$(which bash)" >>prereq.mk + @echo "GIT:=$$(which git 2>/dev/null)" >>prereq.mk @env NO_ERROR=${NO_ERROR} BASH="$$(which bash)" \ CC='${CC}' CPPFLAGS='${CPPFLAGS}' \ bash scripts/scan-tools.sh |