diff options
Diffstat (limited to 'udev/Makefile.am')
| -rw-r--r-- | udev/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/udev/Makefile.am b/udev/Makefile.am index 27cc456..d7b8a2f 100644 --- a/udev/Makefile.am +++ b/udev/Makefile.am | |||
| @@ -1,12 +1,2 @@ | |||
| 1 | udevdir=$(sysconfdir)/udev/rules.d/ | 1 | udevdir=$(sysconfdir)/udev/rules.d/ |
| 2 | udev_DATA=89-libiphone.rules | 2 | udev_DATA=89-libiphone.rules |
| 3 | |||
| 4 | edit = sed \ | ||
| 5 | -e 's|@bindir[@]|$(bindir)|g' | ||
| 6 | |||
| 7 | 89-libiphone.rules: | ||
| 8 | rm -f $@ $@.tmp | ||
| 9 | $(edit) '$(srcdir)/$@.in' >$@.tmp | ||
| 10 | mv $@.tmp $@ | ||
| 11 | |||
| 12 | bin_SCRIPTS = set-usb-configuration-3.sh | ||
