build: tweak `find` syntax for BSD systems

The find command requires an explicit path on BSD.
On GNU systems, it will implicitly use ".".
master
Mike Frysinger 2016-06-24 04:37:07 -04:00
parent 82586ee739
commit ce8a177ff5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ SUBDIRS = src config tests
EXTRA_DIST = test docs examples windows VMS cmake netware bootstrap.sh CMakeLists.txt CONTRIBUTORS README.md
clean-local:
find -maxdepth 3 \
find . -maxdepth 3 \
'(' \
-name CMakeCache.txt -o \
-name CMakeFiles -o \