diff options
author | Eric Christopher <echristo@apple.com> | 2004-12-02 23:50:22 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2004-12-02 23:50:22 +0000 |
commit | c80ec065e3dd5643426dca403fa331510d4756b3 (patch) | |
tree | fb63d268b72bdb09b1e177e6b5ed00b2935f235c /Makefile.tpl | |
parent | cba68f9fd0893ba6c78685088852bf7adc126042 (diff) | |
download | gdb-c80ec065e3dd5643426dca403fa331510d4756b3.tar.gz |
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.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. |