aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-31 11:37:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-31 11:37:47 +0000
commita55649dc82d8227dd2e07cf59544f626646caf02 (patch)
tree165642c5308f1041424041b53248cbc7368bc551 /Makefile.am
parent9558f229db056404ebc3b573f44bdc80790c2cfd (diff)
added dist-hook that clears the tests/log dir properly as otherwise
'make distcheck' doesn't pass
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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: