]> granicus.if.org Git - curl/commitdiff
added dist-hook that clears the tests/log dir properly as otherwise
authorDaniel Stenberg <daniel@haxx.se>
Mon, 31 Mar 2003 11:37:47 +0000 (11:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Mar 2003 11:37:47 +0000 (11:37 +0000)
'make distcheck' doesn't pass

Makefile.am

index c634b0e9f0e8fcaa3503e2cdada4b4ece8353419..c42cc25ef672f14884505fa3626c2595a64f8e45 100644 (file)
@@ -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: