diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-02 23:45:19 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-02 23:45:19 +0000 |
commit | 39b9d49f07dca62223e152c48f4a91214cc6efcf (patch) | |
tree | 4e4290437a079151067fbb21ca261ee37117e66e /Makefile.tpl | |
parent | a3b104d2ce5477fe401c3296f9e40e6cd0060202 (diff) | |
download | gcc-39b9d49f07dca62223e152c48f4a91214cc6efcf.tar.gz |
2004-12-02 Eric Christopher <echristo@redhat.com>
* Makefile.tpl (clean-target-libgcc): Make change in correct place.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91666 138bc75d-0d04-0410-961f-82ee72b054a4
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. |