From: root Date: Tue, 23 Aug 2005 15:04:27 +0000 (+0200) Subject: [build] shut a find usage warning (again) X-Git-Tag: 0.4.5~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9912e04bd4add6c1042ab361259c0f64cc32594;p=platform%2Fupstream%2Fmultipath-tools.git [build] shut a find usage warning (again) --- diff --git a/Makefile b/Makefile index 88968c7..c76c0c9 100644 --- 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)