Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f7343
)
Fix parallel build problem with util/subst
author
Theodore Ts'o
<tytso@mit.edu>
Fri, 10 Oct 2008 18:00:46 +0000
(14:00 -0400)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
ffb1224
..
728d3a5
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-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)