Drop the redundant -r option to $(CP)
[feed/packages.git] / utils / acl / Makefile
index d7e7a572e29e14433f862fdf082dd4268d2b1f6e..ab4e938413361edf66ab8999a87d5b87376178d4 100644 (file)
@@ -81,7 +81,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,acl))