diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-04-28 02:25:36 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-04-28 02:25:36 +0000 |
commit | 7b945020e6ef58552342fe0673e965dc20bc779d (patch) | |
tree | 76e0c0d3b44b4f3bc77294b2ce1156318c737331 | |
parent | 16b5848170b0d8bbb7a54d8aaf09248056138369 (diff) | |
download | cygnal-7b945020e6ef58552342fe0673e965dc20bc779d.tar.gz cygnal-7b945020e6ef58552342fe0673e965dc20bc779d.tar.bz2 cygnal-7b945020e6ef58552342fe0673e965dc20bc779d.zip |
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | Makefile.tpl | 1 |
3 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,9 @@ -2003-04-26 Daniel Jacobowitz <drow@mvista.com> +2003-04-27 Daniel Jacobowitz <drow@mvista.com> + + * Makefile.tpl: Clean $(BUILD_SUBDIR). + * Makefile.in: Regenerated. + +2003-04-27 Daniel Jacobowitz <drow@mvista.com> * 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 |