about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-03-20 03:36:48 +0000
committerUlrich Drepper <drepper@redhat.com>1997-03-20 03:36:48 +0000
commitba182327421155e2377470d18038856b41b0ae1d (patch)
tree5571371b79b00e8730085852cdc28da49f2205e3
parentd03cbf630d8fc50a0bacf5da39c4934059e2fa14 (diff)
downloadglibc-ba182327421155e2377470d18038856b41b0ae1d.tar.gz
glibc-ba182327421155e2377470d18038856b41b0ae1d.tar.xz
glibc-ba182327421155e2377470d18038856b41b0ae1d.zip
(all-sources): Add $(test-srcs).
-rw-r--r--MakeTAGS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MakeTAGS b/MakeTAGS
index f9e073b43c..fc60893e3f 100644
--- a/MakeTAGS
+++ b/MakeTAGS
@@ -88,7 +88,7 @@ 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))) \
+				$(others:=.c) $(tests:=.c) $(test-srcs:=.c))) \
 	      $(foreach dir,$(all-dirs),\
 			$(wildcard \
 			   $(addprefix $(dir)/,\