From 5e59997cb7ff448f18ba31f2265084a203bfb1ff Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Fri, 8 Dec 2000 03:35:16 +0000 Subject: [PATCH] * Makefile.in (local-distclean): Remove leftover built files. From-SVN: r38126 --- ChangeLog | 4 ++++ Makefile.in | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 96e4a6eeccc..8f5227a2ee0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-12-07 Mike Stump + + * Makefile.in (local-distclean): Remove leftover built files. + 2000-11-24 Nick Clifton * configure.in (xscale-elf): Add target. diff --git a/Makefile.in b/Makefile.in index 76cf5825cbd..7f11e59cd6c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1025,6 +1025,11 @@ local-distclean: -if [ "$(TARGET_SUBDIR)" != "." ]; then \ rm -rf $(TARGET_SUBDIR); \ else true; fi + 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 + -rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null + -rmdir gcc libiberty texinfo zlib 2>/dev/null local-maintainer-clean: @echo "This command is intended for maintainers to use;"