Whamcloud - gitweb
Fix parallel build problem with util/subst
authorTheodore Ts'o <tytso@mit.edu>
Fri, 10 Oct 2008 18:00:46 +0000 (14:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 13 Oct 2008 03:12:22 +0000 (23:12 -0400)
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>
Makefile.in

index ffb1224..728d3a5 100644 (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)