changeset 7:3b526d8b7bb2

Fix -sourcepath for builddir != srcdir 2010-10-20 Matthias Klose <doko@ubuntu.com> * Makefile.am (stamps/extra-class-files.stamp): Fix -sourcepath.
author doko@ubuntu.com
date Wed, 20 Oct 2010 16:07:09 +0200
parents 257297223569
children 5b479d60cadb
files ChangeLog Makefile.am
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 20 10:04:25 2010 -0400
+++ b/ChangeLog	Wed Oct 20 16:07:09 2010 +0200
@@ -1,3 +1,7 @@
+2010-10-20  Matthias Klose  <doko@ubuntu.com>
+
+	* Makefile.am (stamps/extra-class-files.stamp): Fix -sourcepath.
+
 2010-10-20  Omair Majid  <omajid@redhat.com>
 
 	* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
--- a/Makefile.am	Wed Oct 20 10:04:25 2010 -0400
+++ b/Makefile.am	Wed Oct 20 16:07:09 2010 +0200
@@ -287,7 +287,7 @@
 stamps/extra-class-files.stamp: extra-source-files.txt stamps/netx.stamp
 	mkdir -p extra-lib
 	$(BOOT_DIR)/bin/javac $(IT_JAVACFLAGS) -d extra-lib \
-          -sourcepath extra -cp netx.build \
+          -sourcepath $(abs_top_srcdir)/extra -cp netx.build \
           -bootclasspath $(RUNTIME) @extra-source-files.txt
 	cp -r $(NETX_EXTRA_DIR) extra-lib/net/sourceforge/jnlp/about
 	mkdir -p stamps