change cp to $(CP)
[openwrt.git] / toolchain / libnotimpl / Makefile
index 9ae2bf2..f68346c 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: