Skip to content

Commit

Permalink
Fixed Make problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Slater committed Mar 8, 2013
1 parent d18b031 commit 51630d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -159,8 +159,8 @@ distcheck-hook:
$(MAKE) -C src/couchdb/priv distcheck-hook
$(MAKE) -C share/doc/build distcheck-hook
grep -rL 'http://www.apache.org/licenses/LICENSE-2.0' * \
| grep --include= -vEf license.skip; \
test "$$?" -eq 1
| grep --include= -vEf license.skip; \
test "$$?" -eq 1

.PHONY: distsign
distsign: distcheck check
Expand Down

0 comments on commit 51630d2

Please sign in to comment.