testing: Don't run tests when building tkm

The problem with XML/Ada described in 9c2aba27 actually occurs when
running the tests here.

Really fixes #336.
This commit is contained in:
Tobias Brunner 2013-05-07 10:19:37 +02:00
parent 9c2aba2735
commit e74bca9e19
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ all: install
@touch $@
.$(PKG)-built: .$(PKG)-cloned
cd $(PKG) && make tests && make
cd $(PKG) && make
@touch $@
install: .$(PKG)-built