diff options
author | Eric Christopher <echristo@redhat.com> | 2004-12-02 23:45:19 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2004-12-02 23:45:19 +0000 |
commit | 057506533b7c74af6d395780af90ab3faac0be8c (patch) | |
tree | 4e4290437a079151067fbb21ca261ee37117e66e /Makefile.tpl | |
parent | ddf4e03f488ea3936ddc87e97f3e8a4cde9dcf9e (diff) | |
download | gcc-057506533b7c74af6d395780af90ab3faac0be8c.tar.gz |
Makefile.tpl (clean-target-libgcc): Make change in correct place.
2004-12-02 Eric Christopher <echristo@redhat.com>
* Makefile.tpl (clean-target-libgcc): Make change in correct place.
* Makefile.in: Regenerate.
From-SVN: r91666
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 0923d71d607..da82258e438 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -694,6 +694,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. |