diff --git a/Makefile b/Makefile index 329ec5b..84ffb69 100644 --- a/Makefile +++ b/Makefile @@ -189,6 +189,6 @@ distclean: clean dist: distclean documentation test: ccollect.sh documentation - mkdir /tmp/ccollect + mkdir -p /tmp/ccollect CCOLLECT_CONF=./conf ./ccollect.sh daily "source with spaces" - CCOLLECT_CONF=./conf ./ccollect.sh normal 'local1&with-ampersand' + CCOLLECT_CONF=./conf ./ccollect.sh normal 'local1&with-ampersand'