From: Ulrich Drepper Date: Thu, 17 Apr 1997 23:20:09 +0000 (+0000) Subject: (depfiles): Remove $(test-srcs). X-Git-Tag: cvs/libc20x-ud-970417~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5703aac7bebfc3a92d5a8c211be1fe7873d3f132;p=thirdparty%2Fglibc.git (depfiles): Remove $(test-srcs). --- diff --git a/Makerules b/Makerules index bfc5ef8a740..f4333a2f039 100644 --- a/Makerules +++ b/Makerules @@ -399,7 +399,7 @@ endif +depfiles := $(strip $(sources:.c=.d) \ $(patsubst %.o,%.d,$(filter %.o,$(extra-objs:.so=.o))) \ - $(addsuffix .d,$(others) $(tests) $(test-srcs))) + $(addsuffix .d,$(others) $(tests))) +depfiles := $(addprefix $(objpfx),\ $(filter-out $(addsuffix .d,$(omit-deps)),\ $(+depfiles)))