summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-12-08 07:51:50 +0000
committerMark Wielaard <mark@klomp.org>2006-12-08 07:51:50 +0000
commitd8570cb25f0eb7cb6cda87651085834428e8f45f (patch)
tree4405d201746cd457e71fb5504e239b09ecaab6f7
parentbd19849e46d09d1ef0f95512546809b506b730f5 (diff)
downloadclasspath-d8570cb25f0eb7cb6cda87651085834428e8f45f.tar.gz
* tools/Makefile.am (clean-local): Remove iasm and asm.lst.
-rw-r--r--ChangeLog4
-rwxr-xr-xtools/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2517a5d84..01649d6d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-12-07 Mark Wielaard <mark@klomp.org>
+ * tools/Makefile.am (clean-local): Remove iasm and asm.lst.
+
+2006-12-07 Mark Wielaard <mark@klomp.org>
+
* tools/Makefile.am: Explicitly define and use bootclasspath as
GLIBJ_BOOTCLASSPATH
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 1a76e0cec..1d57f9ba7 100755
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -183,7 +183,7 @@ $(TOOLS_ZIP): $(TOOLS_JAVA_FILES)
# Zip file be gone! (and make sure the classes are gone too)
clean-local:
- rm -rf $(TOOLS_ZIP) classes
+ rm -rf $(TOOLS_ZIP) classes asm asm.lst
# FIXME: remove this when GNU Classpath includes a bootstrap VM.
installcheck-binSCRIPTS: