diff options
-rw-r--r-- | testing/scripts/recipes/005_anet.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |