OSDN Git Service

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 e407a53..b9f7da6 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