From: Daniel Stenberg Date: Wed, 4 Nov 2009 12:34:48 +0000 (+0000) Subject: fix the find command line X-Git-Tag: curl-7_19_7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bf9d564856c76a54147d313decd81d1b3445d7d;p=thirdparty%2Fcurl.git fix the find command line --- diff --git a/Makefile.am b/Makefile.am index a78647ddf8..ca60e90577 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,7 @@ pkgconfig_DATA = libcurl.pc dist-hook: rm -rf $(top_builddir)/tests/log find $(distdir) -name "*.dist" -exec rm {} \; - (distit=`find $(srcdir) -name "*.dist | grep -v ./ares/"`; \ + (distit=`find $(srcdir) -name "*.dist" | grep -v ./ares/`; \ for file in $$distit; do \ strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \ cp $$file $(distdir)$$strip; \