From a55649dc82d8227dd2e07cf59544f626646caf02 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 31 Mar 2003 11:37:47 +0000 Subject: [PATCH] added dist-hook that clears the tests/log dir properly as otherwise 'make distcheck' doesn't pass --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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: