/hg/icedtea6: Depend on correct icedtea-x prerequisite for add-t...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Sep 29 12:37:31 PDT 2010
changeset 98ada0ecdf29 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=98ada0ecdf29
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Sep 29 20:37:24 2010 +0100
Depend on correct icedtea-x prerequisite for add-tzdata-support-x.
2010-09-29 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: (add-tzdata-support-debug): Depend on
icedtea-debug, not icedtea. (add-tzdata-support-ecj): Depend
on icedtea-ecj, not icedtea.
diffstat:
2 files changed, 8 insertions(+), 2 deletions(-)
ChangeLog | 6 ++++++
Makefile.am | 4 ++--
diffs (34 lines):
diff -r 5c0d756b4bb6 -r 98ada0ecdf29 ChangeLog
--- a/ChangeLog Fri Sep 24 15:25:51 2010 +0100
+++ b/ChangeLog Wed Sep 29 20:37:24 2010 +0100
@@ -1,3 +1,9 @@ 2010-09-24 Andrew John Hughes <ahughes
+2010-09-29 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (add-tzdata-support-debug): Depend on icedtea-debug, not icedtea.
+ (add-tzdata-support-ecj): Depend on icedtea-ecj, not icedtea.
+
2010-09-24 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r 5c0d756b4bb6 -r 98ada0ecdf29 Makefile.am
--- a/Makefile.am Fri Sep 24 15:25:51 2010 +0100
+++ b/Makefile.am Wed Sep 29 20:37:24 2010 +0100
@@ -1547,7 +1547,7 @@ clean-add-tzdata-support:
rm -f $(BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/tz.properties
rm -f stamps/add-tzdata-support.stamp
-stamps/add-tzdata-support-debug.stamp: stamps/icedtea.stamp
+stamps/add-tzdata-support-debug.stamp: stamps/icedtea-debug.stamp
if WITH_TZDATA_DIR
cp $(abs_top_builddir)/tz.properties \
$(DEBUG_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib;
@@ -1690,7 +1690,7 @@ clean-add-nss-ecj:
rm -f $(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib/security/nss.cfg
rm -f stamps/add-nss-ecj.stamp
-stamps/add-tzdata-support-ecj.stamp: stamps/icedtea.stamp
+stamps/add-tzdata-support-ecj.stamp: stamps/icedtea-ecj.stamp
if WITH_TZDATA_DIR
cp $(abs_top_builddir)/tz.properties \
$(ECJ_BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib;
More information about the distro-pkg-dev
mailing list