From: Theodore Ts'o Date: Wed, 27 Aug 2008 22:44:50 +0000 (-0400) Subject: Build lib/ext2fs/ext2_err.h early to avoid parallel build problems X-Git-Tag: v1.41.1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da17e370927a9cc7d578bd79a9a7acdf4684befd;p=thirdparty%2Fe2fsprogs.git Build lib/ext2fs/ext2_err.h early to avoid parallel build problems Signed-off-by: "Theodore Ts'o" --- diff --git a/Makefile.in b/Makefile.in index 8d98bddf9..e407a532d 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