1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 08:44:16 +03:00
openwrt-xburst/package/alsa/patches/110-cp_command.patch
nico ad5bbc6509 update alsa-driver to 1.1.14rc1 (fix build on 2.6.19)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5798 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-15 15:45:15 +00:00

13 lines
545 B
Diff

diff -ruN alsa-driver-1.0.14rc1-old/Makefile alsa-driver-1.0.14rc1-new/Makefile
--- alsa-driver-1.0.14rc1-old/Makefile 2006-12-15 16:23:38.000000000 +0100
+++ alsa-driver-1.0.14rc1-new/Makefile 2006-12-15 16:24:57.000000000 +0100
@@ -116,7 +116,7 @@
if [ ! -d include/sound -a ! -L include/sound ]; then \
ln -sf ../alsa-kernel/include include/sound ; \
fi
- cp -puvf include/version.h include/sound/version.h
+ $(CP) include/version.h include/sound/version.h
utils/mod-deps: utils/mod-deps.c
gcc utils/mod-deps.c -o utils/mod-deps