changeset 1148:0fafece1a73c

* Makefile.am (stamps/patch.stamp): Make sure rt dir exists when ENABLE_PLUGIN is true.
author Mark Wielaard <mark@klomp.org>
date Thu, 23 Oct 2008 12:17:21 +0200
parents 77b03084ebd0
children 6ce8e4006dd4
files ChangeLog Makefile.am
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 23 04:58:23 2008 -0400
+++ b/ChangeLog	Thu Oct 23 12:17:21 2008 +0200
@@ -1,3 +1,8 @@
+2008-10-23  Mark Wielaard  <mark@klomp.org>
+
+	* Makefile.am (stamps/patch.stamp): Make sure rt dir exists when
+	ENABLE_PLUGIN is true.
+
 2008-10-23  Gary Benson  <gbenson@redhat.com>
 
 	PR icedtea/204:
@@ -10,9 +15,9 @@
 
 2008-10-22  Matthias Klose  <doko@ubuntu.com>
 
-        * Makefile.am: Revert the previous change. Always pass DISTRIBUTION_ID
-        instead.
-        * configure.ac: Make DIST_ID more precise. Some implementations of the
+	* Makefile.am: Revert the previous change. Always pass DISTRIBUTION_ID
+	instead.
+	* configure.ac: Make DIST_ID more precise. Some implementations of the
 	lsb_release command quote the output; ignore it.
 
 2008-10-22  Omair Majid  <omajid@redhat.com>
--- a/Makefile.am	Thu Oct 23 04:58:23 2008 -0400
+++ b/Makefile.am	Thu Oct 23 12:17:21 2008 +0200
@@ -648,6 +648,7 @@
 
 if ENABLE_PLUGIN
 	cp -a $(abs_top_srcdir)/plugin/icedtea/sun/applet/*java openjdk/jdk/src/share/classes/sun/applet/
+	mkdir -p rt
 	cp -a $(abs_top_srcdir)/plugin/icedtea/netscape rt/
 endif