]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fix the find command line curl-7_19_7
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Nov 2009 12:34:48 +0000 (12:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Nov 2009 12:34:48 +0000 (12:34 +0000)
Makefile.am

index a78647ddf8d35fe49690ae11493e5e1554509b5f..ca60e90577d493816ee7c97bd8267bb5ca346602 100644 (file)
@@ -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; \