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 7355b9e31c..d3aec64399 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -121,11 +121,3 @@ $(eval $(call Require,gnutar, \ $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) - -define Require/find - find . -maxdepth 1 -exec ls {} + > /dev/null 2>&1 -endef - -$(eval $(call Require,find, \ - Please install GNU find 4.2.12 or better. \ -)) |