You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by mh...@apache.org on 2010/02/24 23:55:58 UTC

svn commit: r916029 - /couchdb/branches/0.11.x/etc/Makefile.am

Author: mhammond
Date: Wed Feb 24 22:55:57 2010
New Revision: 916029

URL: http://svn.apache.org/viewvc?rev=916029&view=rev
Log:
work when the path to th inno installer package has spaces

Modified:
    couchdb/branches/0.11.x/etc/Makefile.am

Modified: couchdb/branches/0.11.x/etc/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/etc/Makefile.am?rev=916029&r1=916028&r2=916029&view=diff
==============================================================================
--- couchdb/branches/0.11.x/etc/Makefile.am (original)
+++ couchdb/branches/0.11.x/etc/Makefile.am Wed Feb 24 22:55:57 2010
@@ -93,7 +93,7 @@
 # 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