From: Daniel Stenberg Date: Mon, 31 Mar 2003 11:37:47 +0000 (+0000) Subject: added dist-hook that clears the tests/log dir properly as otherwise X-Git-Tag: curl-7_10_4~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a55649dc82d8227dd2e07cf59544f626646caf02;p=curl added dist-hook that clears the tests/log dir properly as otherwise 'make distcheck' doesn't pass --- diff --git a/Makefile.am b/Makefile.am index c634b0e9f..c42cc25ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,7 @@ SUBDIRS = docs lib src include tests packages # create a root makefile in the distribution: dist-hook: + rm -rf $(top_builddir)/tests/log cp $(srcdir)/Makefile.dist $(distdir)/Makefile html: