diff options
author | Eric Christopher <echristo@gmail.com> | 2004-12-02 23:50:22 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2004-12-02 23:50:22 +0000 |
commit | 6c8e6ce962c971f8ed2d70c6f4818115a6b5be41 (patch) | |
tree | 6c821eafb3550a07a548addf948ecd9766a6e891 /Makefile.in | |
parent | febeb2918c7c0b4459a63c1b151776f639f43546 (diff) | |
download | fsf-binutils-gdb-6c8e6ce962c971f8ed2d70c6f4818115a6b5be41.zip fsf-binutils-gdb-6c8e6ce962c971f8ed2d70c6f4818115a6b5be41.tar.gz fsf-binutils-gdb-6c8e6ce962c971f8ed2d70c6f4818115a6b5be41.tar.bz2 |
2004-12-02 Eric Christopher <echristo@redhat.com>
* Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list of
things to remove.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index f5fb048..63dc6ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1828,6 +1828,7 @@ clean-target-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 # Check target. |