aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorbje <>2005-11-29 12:31:26 +0000
committerbje <>2005-11-29 12:31:26 +0000
commit446eda36d7d42466982ed8ffeef954c0ad3eb8ff (patch)
tree500eb93ddd4927a614067b6fab5ab323a23de95c /Makefile.in
parentac4a9c05a60e75c6c3b692944b019d6e76fe1a9b (diff)
* Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
from the gcc build directory. * Makefile.in: Regenerate. gcc/ * Makefile.in (clean-target): Depend on clean-target-libgcc. (clean-target-libgcc): Import rule from the top-level Makefile.in.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index a3f470c57cf..e84c5d23a71 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2081,14 +2081,10 @@ maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean
maintainer-clean: local-distclean
realclean: maintainer-clean
-# Extra dependency for clean-target, owing to the mixed nature of gcc
+# Extra dependency for clean-target, owing to the mixed nature of gcc.
clean-target: clean-target-libgcc
clean-target-libgcc:
- test ! -d gcc/libgcc || \
- (cd gcc/libgcc && find . -type d -print) | \
- while read d; do rm -f gcc/$$d/libgcc.a || : ; done
- -rm -rf gcc/libgcc
- -rm -f gcc/stmp-dirs
+ test ! -d gcc || (cd gcc && $(MAKE) $@)
# Check target.