diff options
Diffstat (limited to 'Make-dist')
-rw-r--r-- | Make-dist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Make-dist b/Make-dist index 0d61f490ae..293598febc 100644 --- a/Make-dist +++ b/Make-dist @@ -149,10 +149,10 @@ ifdef subdir foo:=$(shell echo subdir foo >&2) -+tsrcs := Makefile $(+tsrcs) \ - $(addsuffix .c,$(others) $(tests) $(test-srcs)) \ - $(wildcard $(addsuffix .input,$(tests) $(test-srcs)) \ - $(addsuffix .args,$(tests) $(test-srcs))) ++tsrcs := Makefile $(+tsrcs) \ + $(addsuffix .c,$(others) $(tests) $(tests-static) $(test-srcs)) \ + $(wildcard $(addsuffix .input,$(tests) (tests-static) $(test-srcs)) \ + $(addsuffix .args,$(tests) $(tests-static) $(test-srcs))) +tardeps := $(strip $(+tsrcs)) verbose = v |