update alsa-driver to 1.1.14rc1 (fix build on 2.6.19)
[openwrt-10.03/.git] / package / alsa / patches / 110-cp_command.patch
1 diff -ruN alsa-driver-1.0.14rc1-old/Makefile alsa-driver-1.0.14rc1-new/Makefile
2 --- alsa-driver-1.0.14rc1-old/Makefile  2006-12-15 16:23:38.000000000 +0100
3 +++ alsa-driver-1.0.14rc1-new/Makefile  2006-12-15 16:24:57.000000000 +0100
4 @@ -116,7 +116,7 @@
5         if [ ! -d include/sound -a ! -L include/sound ]; then \
6           ln -sf ../alsa-kernel/include include/sound ; \
7         fi
8 -       cp -puvf include/version.h include/sound/version.h
9 +       $(CP) include/version.h include/sound/version.h
10  
11  utils/mod-deps: utils/mod-deps.c
12         gcc utils/mod-deps.c -o utils/mod-deps