make/java/awt/Makefile

Print this page

        

@@ -55,11 +55,11 @@
 
 LIBPROPS = $(_LIBPROPS:%=$(LIBDIR)/%)
 
 properties: $(LIBDIR) $(LIBPROPS)
 
-$(LIBDIR)/%.properties: $(PLATFORM_SRC)/lib/%.properties
+$(LIBDIR)/%.properties: $(PLATFORM_PROPERTIES)/%.properties
         $(install-file)
 
 properties.clean :
         $(RM) $(LIBPROPS)