summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMark Hammond <mhammond@apache.org>2010-02-24 22:56:19 +0000
committerMark Hammond <mhammond@apache.org>2010-02-24 22:56:19 +0000
commit4bc9bfa958d7107e2667cde9d671fd189301d4bf (patch)
treefe101a19fe8c0449b0e4a2bee298e057ec3fed24 /etc
parent838208cde9cac38299ae7ef108c9c468c50c28f7 (diff)
work when the path to th inno installer package has spaces
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@916030 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index f83b0efb..10c9dc03 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -93,7 +93,7 @@ windows/couchdb.iss: windows/couchdb.iss.tpl FORCE
# The installer depends on all files, not just the source .iss file,
# so we trick make into always building it with the FORCE pattern...
windows/setup-couchdb-@version@.exe: windows/couchdb.iss windows/README.txt FORCE
- $(INNO_COMPILER_EXECUTABLE) /q $<
+ "$(INNO_COMPILER_EXECUTABLE)" /q $<
@echo Windows Installer is at: `cygpath -a -w windows/setup-couchdb-@version@.exe`
windows/setup-couchdb-@version@.exe.md5: windows/setup-couchdb-@version@.exe