summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2003-04-28 02:24:35 +0000
committerDaniel Jacobowitz <dan@debian.org>2003-04-28 02:24:35 +0000
commit1981a238851733900f053ccb02adec331534e48c (patch)
treed4f3678dbd9a347b4fae216c7ca34d2fc3e769ee
parent6e70b932ec8f4c892f4178d9f148e5b38029e9cd (diff)
downloadbinutils-redhat-1981a238851733900f053ccb02adec331534e48c.tar.gz
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.
-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 3008cc64ed..a918b08162 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-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 1b993f59e9..754329ea2c 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 314c44977d..018f18f5db 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