summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-13 22:01:46 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-13 22:01:46 +0000
commit1ef27c9d924eca380ad8abe0b5ef4c1009051e75 (patch)
tree101384c5c651650eeaad75cdb1abd84b013d536d /Makefile.in
parent4d6c855d3cd9b2c5c800e51d3f4ee4867b3bb081 (diff)
downloadgcc-1ef27c9d924eca380ad8abe0b5ef4c1009051e75.tar.gz
* Makefile.in (local-distclean): Also remove fastjar.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38234 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 195a219b135..acd6e75a5fd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1033,7 +1033,7 @@ local-distclean:
-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
+ -rmdir fastjar gcc libiberty texinfo zlib 2>/dev/null
local-maintainer-clean:
@echo "This command is intended for maintainers to use;"