* Makefile.in (local-distclean): Remove leftover built files.

From-SVN: r38126
This commit is contained in:
Mike Stump 2000-12-08 03:35:16 +00:00 committed by Mike Stump
parent 2e35898e23
commit 5e59997cb7
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-12-07 Mike Stump <mrs@wrs.com>
* Makefile.in (local-distclean): Remove leftover built files.
2000-11-24 Nick Clifton <nickc@redhat.com>
* configure.in (xscale-elf): Add target.

View File

@ -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;"