From 367114bc87de772e39169000410eb76884291ec2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 4 Nov 2009 12:33:06 +0000 Subject: avoid fiddling in the ares subdir since that isn't part of the release tarball --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ae74137af..a78647ddf 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"`; \ + (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