changeset 2652:9d0ec2f1a156

Use 'IcedTea' as ICEDTEA_NAME. 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, 09 Jun 2013 21:52:45 +0100
parents 98030afd6ccd
children 7b39d0b37add
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 09 18:58:29 2013 +0100
+++ b/ChangeLog	Sun Jun 09 21:52:45 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-06-09  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* Makefile.am:
--- a/Makefile.am	Sun Jun 09 18:58:29 2013 +0100
+++ b/Makefile.am	Sun Jun 09 21:52:45 2013 +0100
@@ -416,7 +416,7 @@
   ICEDTEA_SHARK_BUILD = true
 endif
 
-ICEDTEA_NAME = IcedTea7
+ICEDTEA_NAME = IcedTea
 if HAS_ICEDTEA_REVISION
 ICEDTEA_REV = +${ICEDTEA_REVISION}
 endif