From 6bf9d564856c76a54147d313decd81d1b3445d7d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 4 Nov 2009 12:34:48 +0000 Subject: fix the find command line --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a78647ddf..ca60e9057 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; \ -- cgit v1.2.3