changeset 1060:4089c5ff39f2

2008-09-30 Lillian Angel <langel@redhat.com> * Makefile.am: Updated cleanup.
author Lillian Angel <langel@redhat.com>
date Tue, 30 Sep 2008 09:53:18 -0400
parents 28523a4d7bd6
children 0b0f039954b2
files ChangeLog Makefile.am
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 30 08:42:10 2008 -0400
+++ b/ChangeLog	Tue Sep 30 09:53:18 2008 -0400
@@ -1,3 +1,7 @@
+2008-09-30  Lillian Angel  <langel@redhat.com>
+
+	* Makefile.am: Updated cleanup.
+
 2008-09-30  Gary Benson  <gbenson@redhat.com>
 
 	* patches/icedtea-shark.patch: Updated to latest Shark.
--- a/Makefile.am	Tue Sep 30 08:42:10 2008 -0400
+++ b/Makefile.am	Tue Sep 30 09:53:18 2008 -0400
@@ -48,15 +48,19 @@
 	rm -rf hotspot-tools
 if ENABLE_LIVECONNECT
 	rm -f IcedTeaPlugin.so
+	rm -rf IcedTeaPlugin.jar
 else
 if ENABLE_PLUGIN
 	rm -f gcjwebplugin.so
 endif
 endif
-	rm -rf cacao
+if WITH_VISUALVM
 	rm -rf visualvm
 	rm -rf netbeans
-	rm -f gcjwebplugin.so
+endif
+if WITH_CACAO
+	rm -rf cacao
+endif
 
 install: