Fix parallel build problem with util/subst

Make sure util/subst is built before trying to build lib/et

Addresses-Sourceforge-Bug: #2143281

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2008-10-10 14:00:46 -04:00
parent 18f7343010
commit f0eae15c36
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ all:: subs
$(MAKE) progs
$(MAKE) docs
subs:
subs: $(DEP_SUBSTITUTE)
@for i in $(SUBS) ; do if test -d `dirname $$i` ; \
then $(MAKE) $$i || exit $$? ; fi ; done
@(if test -d lib/et ; then cd lib/et && $(MAKE) compile_et; fi)