Whamcloud - gitweb
Build lib/ext2fs/ext2_err.h early to avoid parallel build problems
authorTheodore Ts'o <tytso@mit.edu>
Wed, 27 Aug 2008 22:44:50 +0000 (18:44 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 27 Aug 2008 22:44:50 +0000 (18:44 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Makefile.in

index 8d98bdd..e407a53 100644 (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