changeset 1840:caf6ea78c242

Fix placement of endifs. 2009-05-27 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Fix endif placement.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 27 May 2009 20:01:08 +0100
parents 31e361735a0c
children cecded2429ca
files ChangeLog Makefile.am
diffstat 2 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 27 19:35:49 2009 +0100
+++ b/ChangeLog	Wed May 27 20:01:08 2009 +0100
@@ -1,3 +1,8 @@
+2009-05-27  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	Fix endif placement.
+
 2009-05-27  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Wed May 27 19:35:49 2009 +0100
+++ b/Makefile.am	Wed May 27 20:01:08 2009 +0100
@@ -1786,14 +1786,6 @@
 else
 	$(HG) fclone $(ICEDTEA_HG_URL) openjdk;
 endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
 else
 	if ! echo "$(OPENJDK_MD5SUM)  $(OPENJDK_SRC_ZIP)" \
 	  | $(MD5SUM) --check ; \
@@ -1859,6 +1851,14 @@
 	  $(WGET) $(HS_URL)/archive/$(HS_CHANGESET).tar.gz -O $(HOTSPOT_SRC_ZIP) ; \
 	fi
 endif
+endif
+endif
+endif
+endif
+endif
+endif
+endif
+endif
 if BUILD_CACAO
 if !USE_SYSTEM_CACAO
 if USE_ALT_CACAO_SRC_ZIP
@@ -2936,7 +2936,6 @@
 	sun/awt/ \
 	javax/net/ssl \
 	javax/script
-endif
 
 stamps/copy-source-files.stamp: stamps/overlay.stamp
 	for copy_dir in $(ICEDTEA_COPY_DIRS) ; \