From 490dc9aa62445bdc3f5a84addd459398b9fdbe15 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 13 Jun 2000 22:14:05 +0000 Subject: Update. * Make-dist (+tsrcs): Remove .args handling here as well. --- Make-dist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Make-dist') 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 -- cgit v1.2.3