summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-13 22:14:05 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-13 22:14:05 +0000
commit490dc9aa62445bdc3f5a84addd459398b9fdbe15 (patch)
treea4cca0e99a9b6823b6cb07ffaf367fc38c436a6c /Make-dist
parent7ae1fe4d8ffe389c905a8993e47d1bdcfd520ad7 (diff)
Update.
* Make-dist (+tsrcs): Remove .args handling here as well.
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist3
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