[Libreoffice-commits] .: Makefile.in

Robert Nagy rnagy at kemper.freedesktop.org
Tue Dec 7 12:06:29 PST 2010


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

New commits:
commit 0743dc7481cd6dd45997391a0a7fafcfad4f30c4
Author: Robert Nagy <robert at openbsd.org>
Date:   Tue Dec 7 21:05:41 2010 +0100

    unbreak the install target by adding the missing && token

diff --git a/Makefile.in b/Makefile.in
index 694141e..b720105 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -10,7 +10,7 @@ all: dmake/dmake at EXEEXT@ fetch
 
 install:
 	@. ./*[Ee]nv.[Ss]et.sh && \
-	echo "Installing in $${prefix:- at prefix@}..."
+	echo "Installing in $${prefix:- at prefix@}..." && \
 	ooinstall "$${prefix:- at prefix@}" && \
 	echo "" && \
 	echo "Installation finished, you can now execute:" && \


More information about the Libreoffice-commits mailing list