From 7b945020e6ef58552342fe0673e965dc20bc779d Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 28 Apr 2003 02:25:36 +0000 Subject: * Makefile.tpl: Clean $(BUILD_SUBDIR). * Makefile.in: Regenerated. --- ChangeLog | 7 ++++++- Makefile.in | 1 + Makefile.tpl | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9cc7aee3a..3d26a760d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2003-04-26 Daniel Jacobowitz +2003-04-27 Daniel Jacobowitz + + * Makefile.tpl: Clean $(BUILD_SUBDIR). + * Makefile.in: Regenerated. + +2003-04-27 Daniel Jacobowitz * src-release (BINUTILS_SUPPORT_DIRS): Remove "cpu", since it is still unused. diff --git a/Makefile.in b/Makefile.in index 1b993f59e..754329ea2 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 314c44977..018f18f5d 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 -- cgit v1.2.3