aboutsummaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/Make-dist b/Make-dist
index fb2db62919..5e32c8b543 100644
--- a/Make-dist
+++ b/Make-dist
@@ -149,9 +149,9 @@ ifdef subdir
foo:=$(shell echo subdir foo >&2)
+tsrcs := Makefile $(wildcard Versions) $(wildcard Depend) $(+tsrcs) \
- $(addsuffix .c,$(others) $(tests) $(tests-static) $(test-srcs)) \
- $(wildcard $(addsuffix .input,$(tests) (tests-static) $(test-srcs)) \
- $(addsuffix .args,$(tests) $(tests-static) $(test-srcs)))
+ $(addsuffix .c,$(others) $(tests) $(test-srcs)) \
+ $(wildcard $(addsuffix .input,$(tests) $(test-srcs)) \
+ $(addsuffix .args,$(tests) $(test-srcs)))
+tardeps := $(strip $(+tsrcs))
verbose = v