/hg/icedtea6: Add missing endif.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Sep 30 03:10:08 PDT 2010


changeset 14ed93e7ecc5 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=14ed93e7ecc5
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Sep 30 11:10:01 2010 +0100

	Add missing endif.

	2010-09-29 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (extract-openjdk): Add missing endif.


diffstat:

2 files changed, 6 insertions(+)
ChangeLog   |    5 +++++
Makefile.am |    1 +

diffs (23 lines):

diff -r 48029753c45f -r 14ed93e7ecc5 ChangeLog
--- a/ChangeLog	Thu Sep 30 10:33:22 2010 +0100
+++ b/ChangeLog	Thu Sep 30 11:10:01 2010 +0100
@@ -1,3 +1,8 @@ 2010-09-29  Andrew John Hughes  <ahughes
+2010-09-29  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(extract-openjdk): Add missing endif.
+
 2010-09-29  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 48029753c45f -r 14ed93e7ecc5 Makefile.am
--- a/Makefile.am	Thu Sep 30 10:33:22 2010 +0100
+++ b/Makefile.am	Thu Sep 30 11:10:01 2010 +0100
@@ -838,6 +838,7 @@ else
 	  chmod -R ug+w openjdk ; \
 	  sh $(abs_top_srcdir)/fsg.sh ; \
 	fi
+endif
 endif
 	mkdir -p stamps
 	touch stamps/extract-openjdk.stamp



More information about the distro-pkg-dev mailing list