< prev index next >

jdk/make/CopyFiles.gmk

Print this page

        

@@ -62,15 +62,15 @@
         $(OPENJDK_TARGET_OS_INCLUDE)/bridge/AccessBridgePackages.h \
         $(OPENJDK_TARGET_OS_INCLUDE)/bridge/AccessBridgeCalls.c \
         $(JDK_OUTPUTDIR)/lib/accessibility.properties
 
     $(OPENJDK_TARGET_OS_INCLUDE)/bridge/%: \
-        $(JDK_TOPDIR)/src/closed/windows/native/sun/bridge/%
+        $(JDK_TOPDIR)/src/windows/native/sun/bridge/%
                 $(install-file)
 
     $(JDK_OUTPUTDIR)/lib/accessibility.properties: \
-        $(JDK_TOPDIR)/src/closed/windows/native/sun/bridge/accessibility.properties
+        $(JDK_TOPDIR)/src/windows/native/sun/bridge/accessibility.properties
                 $(install-file)
 
   endif
 endif
 
< prev index next >