diff options
author | Noah Slater <nslater@apache.org> | 2009-07-05 16:49:38 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-07-05 16:49:38 +0000 |
commit | b5cc085d3bc6316063f14adedf20632ee904875d (patch) | |
tree | 0fbee1d8a19c40b94b31064fda5bb6a8aa5daba5 /etc | |
parent | f0e6b9aefb806ea6129e2446785410f856626202 (diff) |
removed unused variable
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@791270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am index 737230b8..8d936763 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -43,7 +43,6 @@ init/couchdb: init/couchdb.tpl sed -e "s|%configure_input%|$@. Generated from $< by configure.|" \ -e "s|%bindir%|$(bindir)|" \ -e "s|%sysconfdir%|$(sysconfdir)|" \ - -e "s|%localerlangbindir%|$(localerlangbindir)|" \ -e "s|%localstaterundir%|$(localstaterundir)|" \ -e "s|%couchdb_command_name%|$(couchdb_command_name)|" \ < $< > $@ |