[usbip-devel] [PATCH] usbip/userspace: fix the build breakage in doc directory
Status: Alpha
Brought to you by:
hirofuchi
From: Ilija H. <ih...@re...> - 2012-11-29 23:47:38
|
File doc/usbip_bind_driver.8 does not exist but it is listed in dist_man_MANS. This breaks the build of the userspace. Remove the file from the list, until somebody submits the actual missing file. Signed-off-by: Ilija Hadzic <ih...@re...> --- drivers/staging/usbip/userspace/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/usbip/userspace/Makefile.am b/drivers/staging/usbip/userspace/Makefile.am index 9ab1949..66f8bf0 100644 --- a/drivers/staging/usbip/userspace/Makefile.am +++ b/drivers/staging/usbip/userspace/Makefile.am @@ -3,4 +3,4 @@ includedir = @includedir@/usbip include_HEADERS := $(addprefix libsrc/, \ usbip_common.h vhci_driver.h usbip_host_driver.h) -dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8 usbip_bind_driver.8) +dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8) -- 1.7.12 |