changeset 2596:b0a9809188dc

Use 'IcedTea' across all versions, not 'IcedTea7' etc. 2013-04-21 Andrew John Hughes <gnu.andrew@member.fsf.org> * Makefile.am: (ICEDTEA_NAME): Make same across all versions.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Sun, 21 Apr 2013 21:48:09 +0100
parents 6f4b184367cd
children dca614cd2c4e
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Apr 29 14:51:35 2013 +0100
+++ b/ChangeLog	Sun Apr 21 21:48:09 2013 +0100
@@ -1,3 +1,8 @@
+2013-04-21  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* Makefile.am:
+	(ICEDTEA_NAME): Make same across all versions.
+
 2013-04-29  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	(HOTSPOT_CHANGESET): Update to IcedTea 2.2 forest HEAD,
--- a/Makefile.am	Mon Apr 29 14:51:35 2013 +0100
+++ b/Makefile.am	Sun Apr 21 21:48:09 2013 +0100
@@ -383,7 +383,7 @@
   ICEDTEA_SHARK_BUILD = true
 endif
 
-ICEDTEA_NAME = IcedTea7
+ICEDTEA_NAME = IcedTea
 if HAS_ICEDTEA_REVISION
 ICEDTEA_REV = +${ICEDTEA_REVISION}
 endif