From 170853d08fc177d3f29f793ab6b48f8f0c3024fe Mon Sep 17 00:00:00 2001
From: drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Mon, 28 Apr 2003 02:23:46 +0000
Subject: [PATCH] 	* 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
---
 ChangeLog    | 5 +++++
 Makefile.in  | 1 +
 Makefile.tpl | 1 +
 3 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index dd13ba320991..7a833c7e4dcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
+
+	* Makefile.tpl: Clean $(BUILD_SUBDIR).
+	* Makefile.in: Regenerated.
+
 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
 
 	* MAINTAINERS (Write After Approval): Upgrade myself from
diff --git a/Makefile.in b/Makefile.in
index 1b993f59e9c5..754329ea2cf9 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
diff --git a/Makefile.tpl b/Makefile.tpl
index 314c44977d82..018f18f5db4e 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -672,6 +672,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
-- 
GitLab