summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-03-29 00:04:45 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-03-29 00:04:45 +0000
commit8833937e4d390a761c95ef6cce4514883b74503e (patch)
tree1d5d1e4864781dededbda9a113eeb5f31ea3cc0b /Makefile.am
parent544a38dd45f6a58d34296c6c768afd086eb2ac70 (diff)
Remove some SpiderMonkey leftovers.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index aa07c7e7..38e7a4ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,8 +7,8 @@
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-## License for the specific language governing permissions and limitations under
-## the License.
+## License for the specific language governing permissions and limitations
+## under the License.
datarootdir = @prefix@/share
@@ -55,6 +55,6 @@ local-clean: maintainer-clean
rm -f couchdb-$(version).tar.gz
rm -f couchdb-$(version).zip
rm -fr m4
- find . -name Makefile.in | grep -v 'src/js/fdlibm' | xargs rm
+ find . -name Makefile.in | xargs rm
.PHONY: local-clean