Drop the redundant -r option to $(CP)
[feed/packages.git] / utils / attr / Makefile
index bdbfc584ad3f873e637d0054d0eb8e00c78d09ea..dca9deb08a6d35b61c127ed1a925415915746461 100644 (file)
@@ -86,7 +86,7 @@ endef
 define Build/InstallDev
        mkdir -p $(1)/usr/include
        mkdir -p $(1)/usr/lib/pkgconfig
-       $(CP) -r $(PKG_INSTALL_DIR)/usr/{include,lib} $(1)/usr/
+       $(CP) $(PKG_INSTALL_DIR)/usr/{include,lib} $(1)/usr/
 endef
 
 $(eval $(call BuildPackage,attr))