diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-08-18 04:01:39 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-08-18 04:01:39 +0000 |
commit | caeae66a3f428f2b4f4a3084cf6752bee77fb1b9 (patch) | |
tree | 458785dd8fc3f5fb0cc32a24e88426ac71a8d7b0 /src/couchdb | |
parent | 2652d5a16d80bb4156b1d6df1b6922ba3d9e423c (diff) |
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
Diffstat (limited to 'src/couchdb')
-rw-r--r-- | src/couchdb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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: |