diff options
author | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-28 02:23:46 +0000 |
---|---|---|
committer | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-28 02:23:46 +0000 |
commit | 170853d08fc177d3f29f793ab6b48f8f0c3024fe (patch) | |
tree | 39ecca6594672d16949108fdb062e9679db9b887 /Makefile.in | |
parent | b8d10d6c503332fc0137c1ae44a608bf8745432f (diff) | |
download | gcc-170853d08fc177d3f29f793ab6b48f8f0c3024fe.tar.gz |
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66145 138bc75d-0d04-0410-961f-82ee72b054a4
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 1b993f59e9c..754329ea2cf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1112,6 +1112,7 @@ local-distclean: -if [ "$(TARGET_SUBDIR)" != "." ]; then \ rm -rf $(TARGET_SUBDIR); \ else true; fi + -rm -rf $(BUILD_SUBDIR) -rm -f texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile -rm -f texinfo/doc/Makefile texinfo/po/POTFILES -rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null |