From caeae66a3f428f2b4f4a3084cf6752bee77fb1b9 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Tue, 18 Aug 2009 04:01:39 +0000 Subject: Add license notice to couchdb.bat.tpl.in Fix naming issue for windows c16e.exe git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805271 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 9c3a5f68..a7ab54ef 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -224,7 +224,7 @@ if WINDOWS # what gets installed for 'couchspawnkillable' - but the correct one for # couchjs.exe *does* get copied. *shrug* So just clobber it with the # correct one here... See bug COUCHDB-439 - $(INSTALL) priv/.libs/couchspawnkillable_win.exe "$(DESTDIR)$(couchprivdir)/couchspawnkillable.exe" + $(INSTALL) priv/.libs/couchspawnkillable.exe "$(DESTDIR)$(couchprivdir)/couchspawnkillable.exe" endif uninstall-local: -- cgit v1.2.3