changeset 1654:2f1cdccc2d63

2009-08-05 Matthias Klose <doko@ubuntu.com> * Makefile.am (ABS_SOURCE_DIRS): Add $(abs_top_builddir)/rt.
author doko@ubuntu.com
date Wed, 05 Aug 2009 19:35:37 +0200
parents 769586c385c0
children 8a0ea636a6e5
files ChangeLog Makefile.am
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Aug 05 13:19:03 2009 -0400
+++ b/ChangeLog	Wed Aug 05 19:35:37 2009 +0200
@@ -1,3 +1,7 @@
+2009-08-05  Matthias Klose  <doko@ubuntu.com>
+
+	* Makefile.am (ABS_SOURCE_DIRS): Add $(abs_top_builddir)/rt.
+
 2009-08-05  Lillian Angel  <langel@redhat.com>
 
 	* rt/netscape/javascript/JSObjectCreatePermission.java: Removed.
--- a/Makefile.am	Wed Aug 05 13:19:03 2009 -0400
+++ b/Makefile.am	Wed Aug 05 19:35:37 2009 +0200
@@ -1469,7 +1469,7 @@
 	find hotspot-tools -name '*.java' | sort > $@
 	mkdir -p lib/hotspot-tools
 
-ABS_SOURCE_DIRS = $(abs_top_builddir)/generated:$(abs_top_srcdir)/rt
+ABS_SOURCE_DIRS = $(abs_top_builddir)/generated:$(abs_top_builddir)/rt:$(abs_top_srcdir)/rt
 stamps/hotspot-tools-class-files.stamp: hotspot-tools-source-files.txt
 	if ! test -d $(ICEDTEA_BOOT_DIR) ; \
 	then \