diff --git a/testing/scripts/recipes/005_anet.mk b/testing/scripts/recipes/005_anet.mk index 3b8e6fd2e..2a3023c42 100644 --- a/testing/scripts/recipes/005_anet.mk +++ b/testing/scripts/recipes/005_anet.mk @@ -14,7 +14,7 @@ all: install @touch $@ .$(PKG)-built: .$(PKG)-cloned - cd $(PKG) && make tests && make LIBRARY_KIND=static + cd $(PKG) && make LIBRARY_KIND=static @touch $@ install: .$(PKG)-built