summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-30 13:32:03 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-30 13:32:03 +0000
commit4ddde9eea7281ffae3b6ebe6d4dd82ea133a7d29 (patch)
tree734be11b09cd57026bf8f7a5bc957b6c84f30afd /Makerules
parent9afc8a596405de12ff3c66e13460b300d95eb74c (diff)
Update.
1998-03-30 13:28 Ulrich Drepper <drepper@cygnus.com> * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for determining libs to remove. (postclean): Add soversions.mk. * Makerules (common-mostlyclean): Add tests-static and generated files.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 3a34da4150..359f6d1cc6 100644
--- a/Makerules
+++ b/Makerules
@@ -935,9 +935,12 @@ mostlyclean: common-mostlyclean
# Remove the object files.
common-mostlyclean:
-rm -f $(addprefix $(objpfx),$(tests) $(test-srcs) $(others) \
+ $(tests-static) \
$(addsuffix .o,$(tests) $(test-srcs) \
+ $(tests-static) \
$(others)) \
- $(addsuffix .out,$(tests) $(test-srcs)))
+ $(addsuffix .out,$(tests) $(test-srcs)) \
+ $(addsuffix .sout,$(tests-static)))
-rm -f $(addprefix $(objpfx),$(extra-objs) $(install-lib) \
$(install-lib.so) \
$(install-lib.so:%.so=%_pic.a))