aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-08-27 18:44:50 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-08-27 18:44:50 -0400
commitda17e370927a9cc7d578bd79a9a7acdf4684befd (patch)
tree06720a879682f02cc8c15ea64aff432a131db438
parenteaf8fedcfec197b62d3ef9b9c5ef4938dd63d3a0 (diff)
downloade2fsprogs-da17e370927a9cc7d578bd79a9a7acdf4684befd.tar.gz
Build lib/ext2fs/ext2_err.h early to avoid parallel build problems
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 8d98bddf..e407a532 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,6 +27,7 @@ all:: subs
subs:
@for i in $(SUBS) ; do if test -d `dirname $$i` ; then $(MAKE) $$i ; fi ; done
+ @(test -d lib/ext2fs && cd lib/ext2fs && $(MAKE) ext2_err.h)
progs: subs all-progs-recursive
libs: subs all-libs-recursive