From cbb7f9c4f1d9581273e887ebab7a2c9c97249262 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 17 Mar 2006 21:59:13 -0500 Subject: [PATCH] Fix build when not building any shared libraries. Add missing real-subdirs:: line to lib/Makefile.library, so there is a default definition of the real-subdirs target. Signed-off-by: "Theodore Ts'o" --- lib/ChangeLog | 6 ++++++ lib/Makefile.library | 2 ++ 2 files changed, 8 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 1212216..b2c3497 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2006-03-17 Theodore Ts'o + + * Makefile.library (real-subdirs): Add real-subdirs:: target so + that e2fsprogs builds correctly without any + --enable-*libs configuration options. + 2006-03-10 Theodore Ts'o * Makefile.bsd-lib, Makefile.checker, Makefile.darwin-lib, diff --git a/lib/Makefile.library b/lib/Makefile.library index a421447..cc2c0ff 100644 --- a/lib/Makefile.library +++ b/lib/Makefile.library @@ -4,6 +4,8 @@ install-shlibs:: uninstall-shlibs:: +real-subdirs:: + subdirs:: Makefile @$(MAKE) -s real-subdirs @touch subdirs -- 1.8.3.1