Commit 749c4ad0 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

Fix breakage caused by commit da17e370 (missing dependency in Makefile)

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent aef07950
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment