samba36: enable parallel build
[openwrt.git] / package / soloscli / patches / 000-Makefile.patch
1 --- a/Makefile  2010-06-14 14:17:11.000000000 +1000
2 +++ b/Makefile  2010-06-14 14:17:54.000000000 +1000
3 @@ -13,6 +13,11 @@
4  KDIR   ?= /lib/modules/$(shell uname -r)/build
5  PWD    := $(shell pwd)
6  
7 +soloscli/soloscli:
8 +       $(MAKE) -C soloscli
9 +
10 +install:
11 +
12  default:
13         $(MAKE) -C $(KDIR) M=$(PWD) modules
14  
15 @@ -20,5 +25,6 @@
16         rm -f *.o *.ko *.mod.c .*.cmd
17         rm -rf .tmp_versions
18         rm -f Module.symvers
19 +       $(MAKE) -C soloscli clean
20  
21  endif