]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Fix breakage caused by commit da17e370 (missing dependency in Makefile)
authorTheodore Ts'o <tytso@mit.edu>
Thu, 28 Aug 2008 11:15:52 +0000 (07:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Aug 2008 11:15:52 +0000 (07:15 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Makefile.in

index e407a532d481cc3fc30d593f5f413e82e94f75bf..b9f7da6f9b297ff74cbfee519e3fd2a1eca95898 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/et && cd lib/et && $(MAKE) compile_et)
        @(test -d lib/ext2fs && cd lib/ext2fs && $(MAKE) ext2_err.h)
 
 progs: subs all-progs-recursive