From: Theodore Ts'o Date: Sat, 18 Mar 2006 02:59:13 +0000 (-0500) Subject: Fix build when not building any shared libraries. X-Git-Tag: E2FSPROGS-1.39-WIP-0330~29 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cbb7f9c4f1d9581273e887ebab7a2c9c97249262;p=tools%2Fe2fsprogs.git 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" --- 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