[systemd-commits] Makefile.am

Michael Biebl mbiebl at kemper.freedesktop.org
Sun Jan 6 12:55:59 PST 2013


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d7ae18eea511caa6f1af63b7f07abebf2436fded
Author: Michael Biebl <biebl at debian.org>
Date:   Sun Jan 6 21:52:44 2013 +0100

    build: Drop "=" from move-to-rootlibdir define
    
    The variable assignment operator was introduced in make 3.82 and thus
    breaks "make install" with older versions of make. Since "=" is optional
    in make 3.82 it is safe to drop.

diff --git a/Makefile.am b/Makefile.am
index 6daf960..9920bc1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -168,7 +168,7 @@ AM_LDFLAGS = $(OUR_LDFLAGS)
 
 # ------------------------------------------------------------------------------
 
-define move-to-rootlibdir =
+define move-to-rootlibdir
 	if test "$(libdir)" != "$(rootlibdir)"; then \
 		$(MKDIR_P) $(DESTDIR)$(rootlibdir) && \
 		so_img_name=$$(readlink $(DESTDIR)$(libdir)/$$libname) && \



More information about the systemd-commits mailing list