]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.tpl: Clean $(BUILD_SUBDIR).
authorDaniel Jacobowitz <drow@mvista.com>
Mon, 28 Apr 2003 02:23:46 +0000 (02:23 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Mon, 28 Apr 2003 02:23:46 +0000 (02:23 +0000)
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.

From-SVN: r66145

ChangeLog
Makefile.in
Makefile.tpl

index dd13ba320991b80cfbd94d8be093b7efcbbbd8df..7a833c7e4dcc7372f6aef29eec1eb1969623523b 100644 (file)
--- 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
index 1b993f59e9c539b080ec2a6d91bbc2a5c7095d21..754329ea2cf9223f9b8a1bca7e989804f1ae6c67 100644 (file)
@@ -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
index 314c44977d823d2a282245d1c65e598ce2b6eb6a..018f18f5db4ec7f5bf88d41d23f55163b6a6fcd3 100644 (file)
@@ -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
This page took 0.101106 seconds and 5 git commands to generate.