mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:31:41 +03:00
added dist-hook that clears the tests/log dir properly as otherwise
'make distcheck' doesn't pass
This commit is contained in:
parent
9558f229db
commit
a55649dc82
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue