[build] shut a find usage warning (again)
authorroot <root@xa-s05.(none)>
Tue, 23 Aug 2005 15:04:27 +0000 (17:04 +0200)
committerroot <root@xa-s05.(none)>
Tue, 23 Aug 2005 15:04:27 +0000 (17:04 +0200)
Makefile

index 88968c7..c76c0c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ endif
 export KRNLSRC
 export KRNLOBJ
 
-BUILDDIRS = $(shell find . -name Makefile -mindepth 2 -exec dirname {} \;)
+BUILDDIRS = $(shell find . -mindepth 2 -name Makefile -exec dirname {} \;)
 
 VERSION = $(shell basename ${PWD} | cut -d'-' -f3)