diff -r 45b45d9c96dd -r 6b2500c26d51 langtools/make/Makefile --- a/langtools/make/Makefile Fri Jan 08 11:28:49 2010 -0800 +++ b/langtools/make/Makefile Fri Jan 08 11:32:57 2010 -0800 @@ -144,8 +144,8 @@ ifdef ALT_JDK_TOPDIR ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_TOPDIR) else - ifdef ALT_JDK_IMPORT_DIR - ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_IMPORT_DIR) + ifdef ALT_JDK_IMPORT_PATH + ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_IMPORT_PATH) endif endif endif