toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / usb_modeswitch_data / 0001-makefile.patch
blob28441fe00325d5326fd774ac773648359fb07ef3
1 Fixed Makefile install sections to not reload udev rules. In a
2 cross-compiler environment, it is not wanted to reload the host udev rules.
4 Signed-off-by: J.C. Woltz <jwoltz@gmail.com>
5 Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
6 --- a/Makefile 2013-06-10 22:32:53.000000000 +0200
7 +++ b/Makefile 2013-06-11 10:38:03.181161401 +0200
8 @@ -13,9 +13,9 @@
9 clean:
10 $(RM) 40-usb_modeswitch.rules
12 -install: all files-install db-install rules-reload
13 +install: all files-install db-install
15 -install-packed: files-install db-install-packed rules-reload
16 +install-packed: files-install db-install-packed
18 files-install:
19 install -d $(PREFIX)/share/usb_modeswitch
20 @@ -54,7 +54,7 @@
21 fi \
24 -uninstall: files-uninstall rules-reload
25 +uninstall: files-uninstall
27 files-uninstall:
28 $(RM) $(RULESDIR)/40-usb_modeswitch.rules