summaryrefslogtreecommitdiffstats
path: root/package/fonera-mp3-drv
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-05 18:45:35 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-05 18:45:35 +0000
commit5c162aac1c9723ec68209aeac008e344ac38e6e3 (patch)
tree115070344bfcd6db2c8412cd58ac20c430e3c2ab /package/fonera-mp3-drv
parent030c5d8f7ec690c8119cc3d28f910cf1a0278d53 (diff)
Removed redundant '-r' flags for cp. Fixes compilation on BSD/Darwin.
$(CP) is defined as CP:="cp -fpR" Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9661 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/fonera-mp3-drv')
-rw-r--r--package/fonera-mp3-drv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fonera-mp3-drv/Makefile b/package/fonera-mp3-drv/Makefile
index 94c19f42c..e0c4d4508 100644
--- a/package/fonera-mp3-drv/Makefile
+++ b/package/fonera-mp3-drv/Makefile
@@ -30,7 +30,7 @@ endef
define Build/Prepare
$(call Build/Prepare/Default)
- $(CP) -r src/* $(PKG_BUILD_DIR)/
+ $(CP) src/* $(PKG_BUILD_DIR)/
endef
define Build/Compile