Some find utilities (Mac OS X 10.4.2's for instance) choke if no search
start directory is given before the first argument.
This patch adds `.' in the gap to fix the problem.
Makefile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: quilt-HEAD/Makefile.in
===================================================================
--- quilt-HEAD.orig/Makefile.in
+++ quilt-HEAD/Makefile.in
@@ -47,8 +47,8 @@ EXEEXT := @EXEEXT@
ISODATE := $(shell date +%Y-%m-%d)
#-----------------------------------------------------------------------
-DIRT += $(shell find -name '*~')
-DIRT += $(shell find -name '.\#*')
+DIRT += $(shell find . -name '*~')
+DIRT += $(shell find . -name '.\#*')
SRC += COPYING AUTHORS TODO Makefile.in \
configure.ac config/install-sh \
--
Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org}
Research Scientist ( '/ http://tkd.kicks-ass.net
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author `(_~)_ http://sources.redhat.com/autobook
_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev