From 0abe95816cef114d372ab7ec4a48d9c51061814a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 1 Jun 2018 20:30:26 +0300 Subject: Remove target/scope irregularity workarounds --- buildfile | 2 +- tests/common/hello/libhello-1.0.0.tar.gz | Bin 2412 -> 2414 bytes tests/common/libhello-1.0.0/buildfile | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildfile b/buildfile index 150662d..cb1610f 100644 --- a/buildfile +++ b/buildfile @@ -6,5 +6,5 @@ # Don't install tests or the INSTALL file. # -dir{tests/}: install = false +tests/: install = false doc{INSTALL}@./: install = false diff --git a/tests/common/hello/libhello-1.0.0.tar.gz b/tests/common/hello/libhello-1.0.0.tar.gz index 18ddb08..281d221 100644 Binary files a/tests/common/hello/libhello-1.0.0.tar.gz and b/tests/common/hello/libhello-1.0.0.tar.gz differ diff --git a/tests/common/libhello-1.0.0/buildfile b/tests/common/libhello-1.0.0/buildfile index 8a79aa1..266be97 100644 --- a/tests/common/libhello-1.0.0/buildfile +++ b/tests/common/libhello-1.0.0/buildfile @@ -2,5 +2,5 @@ # Don't install tests or the INSTALL file. # -dir{tests/}: install = false +tests/: install = false doc{INSTALL}@./: install = false -- cgit v1.1