diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-04-28 02:24:35 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-04-28 02:24:35 +0000 |
commit | f29d8007e72c2e2925d4fe9a27ebbee9adcdec79 (patch) | |
tree | 774245b4d7ce48af7f9f01574489f8b484718647 | |
parent | 878251d4602e2b2e4ffa709fd13400a869428d35 (diff) | |
download | newlib-f29d8007e72c2e2925d4fe9a27ebbee9adcdec79.zip newlib-f29d8007e72c2e2925d4fe9a27ebbee9adcdec79.tar.gz newlib-f29d8007e72c2e2925d4fe9a27ebbee9adcdec79.tar.bz2 |
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | Makefile.tpl | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-04-27 Daniel Jacobowitz <drow@mvista.com> + + * Makefile.tpl: Clean $(BUILD_SUBDIR). + * Makefile.in: Regenerated. + 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000. 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 |