From c238ecf7095c0df636011c10cd19e9ebc8d6225b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 20 Apr 2002 20:36:26 +0000 Subject: Update. 2002-04-20 Ulrich Drepper * Makefile: Add handling of xtests and xcheck targets. * MakeTAGS: Likewise. * Makeconfig: Likewise. * Makerules: Likewise. * Rules: Likewise. * sunrpc/Makefile (xtests): Add thrsvc if thread library available. * sunrpc/thrsvc.c: New file. By Zack Weinberg. --- MakeTAGS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MakeTAGS') diff --git a/MakeTAGS b/MakeTAGS index 617b0c3788..8e7781a192 100644 --- a/MakeTAGS +++ b/MakeTAGS @@ -88,7 +88,8 @@ sources += $(foreach lib,$(extra-libs),$($(lib)-routines:=.c)) # sysdep directories, so don't bother searching them. sysdep-sources := $(filter-out $(wildcard $(sources)), $(sources)) all-sources = $(wildcard $(sort $(sources) $(sources:.c=.S) $(sources:.c=.s) \ - $(others:=.c) $(tests:=.c) $(test-srcs:=.c))) \ + $(others:=.c) $(tests:=.c) $(xtests:=.c) \ + $(test-srcs:=.c))) \ $(foreach dir,$(all-dirs),\ $(wildcard \ $(addprefix $(dir)/,\ -- cgit v1.2.3