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:56:20 UTC

svn commit: r916030 - /couchdb/trunk/etc/Makefile.am

Author: mhammond
Date: Wed Feb 24 22:56:19 2010
New Revision: 916030

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

Modified:
    couchdb/trunk/etc/Makefile.am

Modified: couchdb/trunk/etc/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/etc/Makefile.am?rev=916030&r1=916029&r2=916030&view=diff
==============================================================================
--- couchdb/trunk/etc/Makefile.am (original)
+++ couchdb/trunk/etc/Makefile.am Wed Feb 24 22:56:19 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