summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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