From d03cbf630d8fc50a0bacf5da39c4934059e2fa14 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 20 Mar 1997 03:36:33 +0000 Subject: [PATCH] (srcs): Add $(test-srcs). --- Make-dist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2