diff options
Diffstat (limited to 'Make-dist')
-rw-r--r-- | Make-dist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Make-dist b/Make-dist index d59509ab15..a16ead7165 100644 --- a/Make-dist +++ b/Make-dist @@ -154,8 +154,7 @@ foo:=$(shell echo subdir foo >&2) +tsrcs := Makefile $(wildcard Versions) $(wildcard Depend) $(+tsrcs) \ $(addsuffix .c,$(others) $(tests) $(test-srcs)) \ - $(wildcard $(addsuffix .input,$(tests) $(test-srcs)) \ - $(addsuffix .args,$(tests) $(test-srcs))) + $(wildcard $(addsuffix .input,$(tests) $(test-srcs))) +tardeps := $(strip $(+tsrcs)) verbose = v |