From: Ulrich Drepper Date: Thu, 20 Mar 1997 03:36:33 +0000 (+0000) Subject: (srcs): Add $(test-srcs). X-Git-Tag: cvs/glibc-2_0_2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d03cbf630d8fc50a0bacf5da39c4934059e2fa14;p=thirdparty%2Fglibc.git (srcs): Add $(test-srcs). --- diff --git a/Make-dist b/Make-dist index b68a0087a73..f0b888132fd 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