changeset 14:e9910d92b046

Fix error on make clean.
author Andrew Su <asu@redhat.com>
date Mon, 25 Oct 2010 12:14:33 -0400
parents eb998ed0ab1a
children e0bb780d2f04
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Oct 22 10:44:12 2010 -0400
+++ b/ChangeLog	Mon Oct 25 12:14:33 2010 -0400
@@ -1,3 +1,9 @@
+2010-10-25  Andrew Su <asu@redhat.com>
+
+	* Makefile.am:
+	(clean-IcedTeaPlugin): Remove launcher folder first.
+	(clean-plugin): Removed called to remove launcher folder
+
 2010-10-22  Omair Majid  <omajid@redhat.com>
 
 	* netx/net/sourceforge/jnlp/NetxPanel.java
--- a/Makefile.am	Fri Oct 22 10:44:12 2010 -0400
+++ b/Makefile.am	Mon Oct 25 12:14:33 2010 -0400
@@ -188,6 +188,7 @@
 	$(CC) $(LAUNCHER_LINK) $(PLUGIN_LAUNCHER_OBJECTS)
 
 clean-IcedTeaPlugin:
+	rm -rf $(PLUGIN_DIR)/launcher
 	rm -f $(PLUGIN_DIR)/*.o
 	rm -f $(PLUGIN_DIR)/IcedTeaPlugin.so
 	if [ $(abs_top_srcdir) != $(abs_top_builddir) ]; then \
@@ -203,7 +204,6 @@
 	touch stamps/plugin.stamp
 
 clean-plugin: $(ICEDTEAPLUGIN_CLEAN)
-	rm -rf $(PLUGIN_DIR)/launcher
 	rm -f stamps/plugin.stamp
 
 liveconnect-source-files.txt: