]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
fix parallel builds
authorMike Frysinger <vapier@gentoo.org>
Tue, 24 Feb 2009 18:53:34 +0000 (19:53 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Tue, 24 Feb 2009 18:53:34 +0000 (19:53 +0100)
commitbf3256b273df387583d4f7c83129f611b0ec45d0
treef11b01601638d39bb591419947400ce8691570f3
parenta74fe2940002cd628c484b9c6d06e759069071a5
fix parallel builds

I noticed that xfsprogs-3.0.0 sometimes fails to build in parallel with an
error about fsr not being able to find libhandle.  Looking at the top level
Makefile shows the obvious missing depend (fsr: libhandle).  Playing around
a bit found a few more not so obvious missing depends on the include subdir
so I fixed that too.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Makefile