changeset 2446:2e7eaebf5cc9

Unbreak JamVM and CACAO builds by fixing the dependency chain. 2011-06-27 Xerxes R?nby <xerxes@zafena.se> * Makefile.am: (stamps/patch-fsg.stamp): Depend on stamps/extract.stamp. Unbreak JamVM and CACAO builds by fixing the dependency chain.
author Xerxes R?nby <xerxes@zafena.se>
date Mon, 27 Jun 2011 16:43:49 +0200
parents 7ca2cb0df928
children 61e88e07618c
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jun 24 19:07:40 2011 +0100
+++ b/ChangeLog	Mon Jun 27 16:43:49 2011 +0200
@@ -1,3 +1,9 @@
+2011-06-27  Xerxes RĂ„nby  <xerxes@zafena.se>
+
+	* Makefile.am:
+	(stamps/patch-fsg.stamp): Depend on stamps/extract.stamp.
+	Unbreak JamVM and CACAO builds by fixing the dependency chain.
+
 2011-06-24  Andrew John Hughes  <ahughes@redhat.com>
 
 	* patches/rmi_amd64.patch:
--- a/Makefile.am	Fri Jun 24 19:07:40 2011 +0100
+++ b/Makefile.am	Mon Jun 27 16:43:49 2011 +0200
@@ -1341,7 +1341,7 @@
 	rm -rf $(abs_top_builddir)/generated.build
 	rm -f stamps/generated.stamp
 
-stamps/patch-fsg.stamp: stamps/sanitise-openjdk.stamp
+stamps/patch-fsg.stamp: stamps/extract.stamp
 	mkdir -p stamps ; \
 	rm -f stamps/patch-fsg.stamp.tmp ; \
 	touch stamps/patch-fsg.stamp.tmp ; \