[PATCH input-vmmouse 5/5] "make dist" fails when workstation has no udev development package
Gaetan Nadon
memsize at videotron.ca
Sun Sep 22 17:31:20 PDT 2013
Unable to create a tar file for the vmmouse package or run distcheck for that
matter. In tools, when the dev package is not installed, the makefile code
under HAS_UDEV_RULES_DIR is commented out. That leaves $(udev_DATA) empty
which causes EXTRA_DIST to be missing a file.
The solution is to spell out the file name. The name can never change as the
content of the tarball must be the same for everyone creating a tar file from
git, regardless of their workstation configuration.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
tools/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/Makefile.am b/tools/Makefile.am
index ea7ba66..8ae5516 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -53,4 +53,4 @@ CLEANFILES += $(udev_DATA)
endif # HAS_UDEV_RULES_DIR
-EXTRA_DIST = $(udev_DATA).in hal-probe-vmmouse.in
+EXTRA_DIST = 69-xorg-vmmouse.rules.in hal-probe-vmmouse.in
--
1.7.9.5
More information about the xorg-devel
mailing list