aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@mvista.com>2003-04-28 02:23:46 +0000
committerDaniel Jacobowitz <drow@gcc.gnu.org>2003-04-28 02:23:46 +0000
commit0c227849f60c93a264783aa00dc6ebd967cef7af (patch)
tree39ecca6594672d16949108fdb062e9679db9b887
parentcfd228648dd832b15f0d9043f4208ed5a1eb2b81 (diff)
downloadgcc-0c227849f60c93a264783aa00dc6ebd967cef7af.zip
gcc-0c227849f60c93a264783aa00dc6ebd967cef7af.tar.gz
gcc-0c227849f60c93a264783aa00dc6ebd967cef7af.tar.bz2
Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.tpl: Clean $(BUILD_SUBDIR). * Makefile.in: Regenerated. From-SVN: r66145
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in1
-rw-r--r--Makefile.tpl1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd13ba3..7a833c7 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 1b993f5..754329e 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 314c449..018f18f 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