Whamcloud - gitweb
Fix dpkg-buildpackage -j2
authorTheodore Ts'o <tytso@mit.edu>
Tue, 18 May 2010 03:48:52 +0000 (23:48 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 18 May 2010 03:48:52 +0000 (23:48 -0400)
commit3a0d5d396b2801682ad75acb8617d3a02895edba
treed085c706d753aaa3b9638c0450dcbe12414222f3
parentfaec3b1a34252732604c142ee314304e9c0b6a6e
Fix dpkg-buildpackage -j2

Add a dependency on subs to all-libs-recursive and all-progs-recursive
to dpkg-buildpackage -j2, since it builds make target 'libs'
explicitly, and we need to make sure the 'subs' target is run first.

Addresses-Debian-Bug: #563487

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Makefile.in