summaryrefslogtreecommitdiff
path: root/libc/Makerules
diff options
context:
space:
mode:
authorgcc <gcc@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-22 07:28:33 +0000
committergcc <gcc@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-22 07:28:33 +0000
commit8ca5902fc1ee29abf02616cc5d7a68a4c9394483 (patch)
tree841d262067919ab1a10f0d0a620bcc1d6c6341a3 /libc/Makerules
parent53646af4863933d77b7db06c9da32d015260be04 (diff)
downloadeglibc2-8ca5902fc1ee29abf02616cc5d7a68a4c9394483.tar.gz
Import glibc-mainline for 2006-08-22
git-svn-id: svn://svn.eglibc.org/fsf/trunk@38 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/Makerules')
-rw-r--r--libc/Makerules5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/Makerules b/libc/Makerules
index 98a06400b..f50f7a488 100644
--- a/libc/Makerules
+++ b/libc/Makerules
@@ -688,6 +688,7 @@ endif
+depfiles := $(sources:.c=.d) \
$(patsubst %.o,%.d,$(filter %.o,$(extra-objs:.os=.o))) \
+ $(patsubst %.o,%.d,$(filter %.o,$(extra-test-objs:.os=.o))) \
$(addsuffix .d,$(tests) $(xtests) $(test-srcs))
ifeq ($(build-programs),yes)
+depfiles += $(addsuffix .d,$(others) $(sysdep-others))
@@ -1369,8 +1370,8 @@ common-mostlyclean:
$(test-srcs)) \
$(addsuffix -bp.out,$(tests) $(xtests) \
$(test-srcs)))
- -rm -f $(addprefix $(objpfx),$(extra-objs) $(install-lib) \
- $(install-lib.so) \
+ -rm -f $(addprefix $(objpfx),$(extra-objs) $(extra-test-objs) \
+ $(install-lib) $(install-lib.so) \
$(install-lib.so:%.so=%_pic.a))
-rm -f core
-rm -f $(objpfx)rtld-*.os