Skip to content
Snippets Groups Projects
Commit a55649dc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added dist-hook that clears the tests/log dir properly as otherwise

'make distcheck' doesn't pass
parent 9558f229
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment