aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b4161cf..cd003e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-25 Andrew Su <[email protected]>
+
+ * Makefile.am:
+ (clean-IcedTeaPlugin): Remove launcher folder first.
+ (clean-plugin): Removed called to remove launcher folder
+
2010-10-22 Omair Majid <[email protected]>
* netx/net/sourceforge/jnlp/NetxPanel.java
diff --git a/Makefile.am b/Makefile.am
index 6fb3c43..50ef3c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -188,6 +188,7 @@ $(PLUGIN_DIR)/launcher/pluginappletviewer: $(PLUGIN_LAUNCHER_OBJECTS)
$(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 @@ stamps/plugin.stamp: $(ICEDTEAPLUGIN_TARGET)
touch stamps/plugin.stamp
clean-plugin: $(ICEDTEAPLUGIN_CLEAN)
- rm -rf $(PLUGIN_DIR)/launcher
rm -f stamps/plugin.stamp
liveconnect-source-files.txt: