summaryrefslogtreecommitdiff
path: root/lib/e2p/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2005-12-10 22:23:01 -0500
committerTheodore Ts'o <tytso@mit.edu>2005-12-10 22:23:01 -0500
commit3ded50b37cfb3d3864792dfed7793029a061267e (patch)
treea3802377a50557caaf8bc4f1eea333352f8bea28 /lib/e2p/Makefile.in
parent9b9a780f5a5823865f62f0c9fd194d262f63a06f (diff)
downloade2fsprogs-3ded50b37cfb3d3864792dfed7793029a061267e.tar.gz
Address parallel build problem in the library Makefiles
Add a dependency to make sure that the subdirectories are created before creating all of the object files. Addresses Sourceforge Bug: #1261553 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib/e2p/Makefile.in')
-rw-r--r--lib/e2p/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/e2p/Makefile.in b/lib/e2p/Makefile.in
index ac24940a..6dd3922e 100644
--- a/lib/e2p/Makefile.in
+++ b/lib/e2p/Makefile.in
@@ -103,6 +103,8 @@ distclean:: clean
$(RM) -f .depend Makefile e2p.pc \
$(srcdir)/TAGS $(srcdir)/Makefile.in.old
+$(OBJS): subdirs
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in