summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-03-20 03:36:33 +0000
committerUlrich Drepper <drepper@redhat.com>1997-03-20 03:36:33 +0000
commitd03cbf630d8fc50a0bacf5da39c4934059e2fa14 (patch)
treeee7a05378de8a9a649b43c39c740c14c35ecf1e2 /Make-dist
parentd9c42342a1a07a60b4e33d9b01f151a7cc56a978 (diff)
(srcs): Add $(test-srcs).
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist8
1 files changed, 4 insertions, 4 deletions
diff --git a/Make-dist b/Make-dist
index b68a0087a7..f0b888132f 100644
--- a/Make-dist
+++ b/Make-dist
@@ -142,10 +142,10 @@ ifdef subdir
foo:=$(shell echo subdir foo >&2)
-+tsrcs := Makefile $(+tsrcs) \
- $(addsuffix .c,$(others) $(tests)) \
- $(wildcard $(addsuffix .input,$(tests)) \
- $(addsuffix .args,$(tests)))
++tsrcs := Makefile $(+tsrcs) \
+ $(addsuffix .c,$(others) $(tests) $(test-srcs)) \
+ $(wildcard $(addsuffix .input,$(tests) $(test-srcs)) \
+ $(addsuffix .args,$(tests) $(test-srcs)))
+tardeps := $(strip $(+tsrcs))
verbose = v