diff options
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r-- | include/prereq-build.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 9b77a1baf..1e448d393 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -119,14 +119,6 @@ $(eval $(call Require,gnutar, \ Please install GNU tar. \ )) -define Require/git - which git-clone -endef - -$(eval $(call Require,git, \ - Please install git. \ -)) - $(eval $(call RequireCommand,svn, \ Please install the subversion client. \ )) |