mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05: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
@ -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…
Reference in New Issue
Block a user