changeset 870:707fd0557fda

Fixed typo
author Lillian Angel <langel@redhat.com>
date Thu, 22 May 2008 12:25:20 -0400
parents e42c2b2a8b14
children 39145184c656
files Makefile.am Makefile.in
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Thu May 22 10:50:51 2008 -0400
+++ b/Makefile.am	Thu May 22 12:25:20 2008 -0400
@@ -886,6 +886,7 @@
 	bootstrap/jdk1.7.0/jre/lib/rt-closed.jar
 	mkdir -p extra-lib
 	if ! test -d $(ICEDTEA_BOOT_DIR) ; \
+	then \
 	  $(JAVAC) $(MEMORY_LIMIT) -g -d extra-lib \
 	    -source 1.6 \
  	    -sourcepath extra -cp bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \
--- a/Makefile.in	Thu May 22 10:50:51 2008 -0400
+++ b/Makefile.in	Thu May 22 12:25:20 2008 -0400
@@ -1322,6 +1322,7 @@
 	bootstrap/jdk1.7.0/jre/lib/rt-closed.jar
 	mkdir -p extra-lib
 	if ! test -d $(ICEDTEA_BOOT_DIR) ; \
+	then \
 	  $(JAVAC) $(MEMORY_LIMIT) -g -d extra-lib \
 	    -source 1.6 \
  	    -sourcepath extra -cp bootstrap/jdk1.7.0/jre/lib/rt-closed.jar \