# HG changeset patch # User Andrew John Hughes # Date 1243450868 -3600 # Node ID caf6ea78c2423f313d36a33ce83defc6644d4961 # Parent 31e361735a0c0d384ba1929bb46cc755c46383b7 Fix placement of endifs. 2009-05-27 Andrew John Hughes * Makefile.am: Fix endif placement. diff -r 31e361735a0c -r caf6ea78c242 ChangeLog --- 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 + + * Makefile.am: + Fix endif placement. + 2009-05-27 Andrew John Hughes * Makefile.am: diff -r 31e361735a0c -r caf6ea78c242 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) ; \