author | jjg |
Fri, 08 Jan 2010 11:32:57 -0800 | |
changeset 4697 | 6b2500c26d51 |
parent 4696 | 45b45d9c96dd |
child 4698 | 4ea5b8e20252 |
--- 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