From da17e370927a9cc7d578bd79a9a7acdf4684befd Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 27 Aug 2008 18:44:50 -0400 Subject: [PATCH] Build lib/ext2fs/ext2_err.h early to avoid parallel build problems Signed-off-by: "Theodore Ts'o" --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3