langtools/make/Makefile
changeset 4697 6b2500c26d51
parent 4415 7d4f73717fba
child 4941 37df21e3fdb7
--- 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