Build lib/ext2fs/ext2_err.h early to avoid parallel build problems

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2008-08-27 18:44:50 -04:00
parent eaf8fedcfe
commit da17e37092
1 changed files with 1 additions and 0 deletions

View File

@ -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