From 749c4ad0fa377aa01362de7155ab47d131956b17 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 28 Aug 2008 07:15:52 -0400 Subject: [PATCH] Fix breakage caused by commit da17e370 (missing dependency in Makefile) Signed-off-by: "Theodore Ts'o" --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index e407a53..b9f7da6 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/et && cd lib/et && $(MAKE) compile_et) @(test -d lib/ext2fs && cd lib/ext2fs && $(MAKE) ext2_err.h) progs: subs all-progs-recursive -- 1.8.3.1