diff options
author | Noah Slater <nslater@apache.org> | 2008-06-16 16:44:50 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-06-16 16:44:50 +0000 |
commit | b74e6688a21a0b412ed4b76349260e962ca755e7 (patch) | |
tree | bd27cdf45167c379dc934b790d9cd492618961e7 /src/mochiweb | |
parent | 5a8ba1a79b6887a54896f8d15b1462a28405b1df (diff) |
renamed directory variables, stage one
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/mochiweb')
-rw-r--r-- | src/mochiweb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mochiweb/Makefile.am b/src/mochiweb/Makefile.am index ea1d8f07..85109423 100644 --- a/src/mochiweb/Makefile.am +++ b/src/mochiweb/Makefile.am @@ -10,7 +10,7 @@ ## License for the specific language governing permissions and limitations under ## the License. -mochiwebebindir = $(erlanglibdir)/mochiweb-r76/ebin +mochiwebebindir = $(localerlanglibdir)/mochiweb-r76/ebin mochiweb_file_collection = \ mochifmt.erl \ |