< prev index next >

make/Images.gmk

Print this page

        

@@ -410,11 +410,11 @@
 endif
 
 ################################################################################
 # /sample dir
 
-$(eval $(call SetupCopyFiles,COPY_SAMPLES, \
+$(eval $(call SetupCopyFiles, COPY_SAMPLES, \
     SRC := $(SUPPORT_OUTPUTDIR)/sample/image, \
     DEST := $(JDK_IMAGE_DIR)/sample, \
     FILES := $(if $(wildcard $(SUPPORT_OUTPUTDIR)/sample/image), \
         $(call CacheFind,$(SUPPORT_OUTPUTDIR)/sample/image))))
 
< prev index next >