From 5781848329d2046a354467fd307c66f66d378e3d Mon Sep 17 00:00:00 2001 From: mst Date: Fri, 27 Jun 2008 08:30:39 +0000 Subject: #i91117# - redland/{rasqal,redland}/makefile.mk: + quote PATH=... argument to configure --- redland/rasqal/makefile.mk | 6 +++--- redland/redland/makefile.mk | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'redland') diff --git a/redland/rasqal/makefile.mk b/redland/rasqal/makefile.mk index 017256636eda..dbf535754a1b 100644 --- a/redland/rasqal/makefile.mk +++ b/redland/rasqal/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mst $ $Date: 2008-06-26 10:52:14 $ +# last change: $Author: mst $ $Date: 2008-06-27 09:30:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -104,7 +104,7 @@ XSLTLIB:=$(XSLTLIB) .EXPORT: XSLTLIB CONFIGURE_DIR= -CONFIGURE_ACTION=.$/configure PATH=..$/..$/..$/bin:$$PATH +CONFIGURE_ACTION=.$/configure PATH="..$/..$/..$/bin:$$PATH" CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-threads --with-openssl-digests --with-xml-parser=libxml --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-decimal=none --with-www=xml BUILD_ACTION=$(GNUMAKE) BUILD_FLAGS+= -j$(EXTMAXPROCESS) diff --git a/redland/redland/makefile.mk b/redland/redland/makefile.mk index 2404f509c84f..3a6fd1184b33 100644 --- a/redland/redland/makefile.mk +++ b/redland/redland/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mst $ $Date: 2008-06-26 10:52:14 $ +# last change: $Author: mst $ $Date: 2008-06-27 09:30:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -108,7 +108,7 @@ XSLTLIB:=$(XSLTLIB) .EXPORT: XSLTLIB CONFIGURE_DIR= -CONFIGURE_ACTION=.$/configure PATH=..$/..$/..$/bin:$$PATH +CONFIGURE_ACTION=.$/configure PATH="..$/..$/..$/bin:$$PATH" CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-threads --with-openssl-digests --with-xml-parser=libxml --with-raptor=system --with-rasqual=system --without-bdb --without-sqlite --without-mysql --without-postgresql --without-threestore --with-regex-library=posix --with-decimal=none --with-www=xml BUILD_ACTION=$(GNUMAKE) BUILD_FLAGS+= -j$(EXTMAXPROCESS) -- cgit