diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-13 22:14:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-13 22:14:05 +0000 |
commit | 490dc9aa62445bdc3f5a84addd459398b9fdbe15 (patch) | |
tree | a4cca0e99a9b6823b6cb07ffaf367fc38c436a6c /Make-dist | |
parent | 7ae1fe4d8ffe389c905a8993e47d1bdcfd520ad7 (diff) | |
download | glibc-490dc9aa62445bdc3f5a84addd459398b9fdbe15.tar glibc-490dc9aa62445bdc3f5a84addd459398b9fdbe15.tar.gz glibc-490dc9aa62445bdc3f5a84addd459398b9fdbe15.tar.bz2 glibc-490dc9aa62445bdc3f5a84addd459398b9fdbe15.zip |
Update.
* Make-dist (+tsrcs): Remove .args handling here as well.
Diffstat (limited to 'Make-dist')
-rw-r--r-- | Make-dist | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |