summaryrefslogtreecommitdiff
path: root/Makefile.tpl
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
commit8c4f1812711b17f0bdb8d3437d40a47bb0f48e18 (patch)
treebc7741edf4f1a6d3ffb3ad4100a832229d85d416 /Makefile.tpl
parent17a8de8d5fb62225652d02fb1c8ed20ca3c9d507 (diff)
downloadgdb-8c4f1812711b17f0bdb8d3437d40a47bb0f48e18.tar.gz
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 314c44977d8..018f18f5db4 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