change cp to $(CP)
[openwrt/openwrt.git] / openwrt / toolchain / libnotimpl / Makefile
index 9ae2bf24072b6b980578d998a11bc67fdfa559d3..f68346c371248736162447d1dec33319f1fbad30 100644 (file)
@@ -17,7 +17,7 @@ $(LIBNOTIMPL_DIR)/libnotimpl.a: $(LIBNOTIMPL_OBJS)
 
 $(STAGING_DIR)/usr/lib/libnotimpl.a: $(LIBNOTIMPL_DIR)/libnotimpl.a
        mkdir -p $(STAGING_DIR)/usr/lib
-       cp -fpR $< $@
+       $(CP) $< $@
        touch -c $@
 
 source: