diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-14 14:26:40 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-14 14:26:40 +0000 |
commit | 9547d840f96375261408d5c1312b3340c4bb6f3a (patch) | |
tree | 734609396db9c0a378d40649f29fd8244c2c2d92 /package/alsa/Makefile | |
parent | fb9fc446526b4873389d816090734da066829dbb (diff) |
portability fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5082 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/alsa/Makefile')
-rw-r--r-- | package/alsa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/alsa/Makefile b/package/alsa/Makefile index 47ad4456bf..2ac0b9433b 100644 --- a/package/alsa/Makefile +++ b/package/alsa/Makefile @@ -67,6 +67,7 @@ define Build/Compile ARCH="$(LINUX_KARCH)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ c_opts="$(KERNEL_C_OPTS)" \ + CP="$(CP)" \ all endef |