summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-12-16 14:34:43 +0000
committerMark Wielaard <mark@klomp.org>2006-12-16 14:34:43 +0000
commit1ffd40e6b6dc7495403327511d5df94b69c7acab (patch)
treef1573c6a80f878e05efe4b95e24feca8a0cbab6c /tools
parenta593c10982cf82b547f0fa8e4f430b27565b1094 (diff)
downloadclasspath-1ffd40e6b6dc7495403327511d5df94b69c7acab.tar.gz
* tools/Makefile.am (TOOLS_ZIP): Remove all-classes.lst.
(clean-local): Likewise.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 63fff19e6..ba33e815a 100755
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -175,11 +175,11 @@ $(TOOLS_ZIP): $(TOOLS_JAVA_FILES)
if test "$(ZIP)" != ""; then $(ZIP) -u -r ../$(TOOLS_ZIP) .; fi; \
if test "$(FASTJAR)" != ""; then $(FASTJAR) uf ../$(TOOLS_ZIP) .; fi; \
cd ..)
- rm -rf classes classes.lst asm.lst
+ rm -rf classes classes.lst asm.lst all-classes.lst
# Zip file be gone! (and make sure the classes are gone too)
clean-local:
- rm -rf $(TOOLS_ZIP) classes asm asm.lst
+ rm -rf $(TOOLS_ZIP) classes asm asm.lst all-classes.lst
# FIXME: remove this when GNU Classpath includes a bootstrap VM.
installcheck-binSCRIPTS: