From 3ded50b37cfb3d3864792dfed7793029a061267e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 10 Dec 2005 22:23:01 -0500 Subject: 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" --- lib/e2p/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/e2p/Makefile.in') 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 -- cgit v1.2.3