build: fix build failure

* bootstrap (gnulib_tool): Create lib and tests directories
under daemon/ before running gnulib-tool there.
This commit is contained in:
Jim Meyering
2009-08-06 13:47:48 +02:00
parent e05ddc70f1
commit 03e59ae92a

View File

@@ -78,7 +78,7 @@ sed '
gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
<$gnulib_tool || exit
(cd daemon && $GNULIB_SRCDIR/../gnulib-tool --update)
(cd daemon && mkdir -p tests lib && $GNULIB_SRCDIR/../gnulib-tool --update)
modules='
gitlog-to-changelog