aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0588919..4c72d41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2010-10-19 Deepak Bhole <[email protected]>
* Makefile.am:
+ ($(NETX_DIR)/launcher/javaws): Use $(NETX_DIR).
+
+2010-10-19 Deepak Bhole <[email protected]>
+
+ * Makefile.am:
(NETX_DIR): New variable representing the NetX build dir.
(NETX_LAUNCHER_OBJECTS): Prefix with $(NETX_DIR).
(LAUNCHER_LINK): Fixed escaping of ORIGIN to the rpath argument.
diff --git a/Makefile.am b/Makefile.am
index 600a6b5..20a866a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -306,7 +306,7 @@ $(NETX_DIR)/launcher/%.o: $(LAUNCHER_SRCDIR)/%.c
$(CC) $(LAUNCHER_FLAGS) -DJAVA_ARGS='{ "-J-ms8m", "net.sourceforge.jnlp.runtime.Boot", }' -DPROGNAME='"javaws"' \
-c -o $@ $<
-launcher/javaws: $(NETX_LAUNCHER_OBJECTS)
+$(NETX_DIR)/launcher/javaws: $(NETX_LAUNCHER_OBJECTS)
mkdir -p launcher
$(CC) $(LAUNCHER_LINK) $(NETX_LAUNCHER_OBJECTS)