diff options
author | mst <mst@openoffice.org> | 2008-06-27 08:30:39 +0000 |
---|---|---|
committer | mst <mst@openoffice.org> | 2008-06-27 08:30:39 +0000 |
commit | 5781848329d2046a354467fd307c66f66d378e3d (patch) | |
tree | 9e5874ad48e0b37b10506b960767e693dae71199 /redland | |
parent | d3e11982b469b2ccdc2aae0f69007ca583565f4c (diff) |
#i91117#
- redland/{rasqal,redland}/makefile.mk:
+ quote PATH=... argument to configure
Diffstat (limited to 'redland')
-rw-r--r-- | redland/rasqal/makefile.mk | 6 | ||||
-rw-r--r-- | redland/redland/makefile.mk | 6 |
2 files changed, 6 insertions, 6 deletions
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) |