The symptom is that make dist fails:

make[1]: *** No rule to make target `i2c_vid.h', needed by `distdir'.
Stop.
make[1]: Leaving directory
`/home/nadon/xorg/src/driver/xf86-video-intel/src'
make: *** [distdir] Error 1

The following commit, "Remove UMS support.", has deleted the file but
has not removed it from the makefile.
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=b9b159c49854d8d9d2207946bb583537bb0d48d6

If my assumptions are correct, this patch will correct the makefile.

Regards,
Gaetan
>From b5829957a239990b1951ed18491243e245f1ccf5 Mon Sep 17 00:00:00 2001
From: Gaetan Nadon <[email protected]>
Date: Sun, 22 Nov 2009 17:13:02 -0500
Subject: [PATCH] video-intel: remove i2c_vid.h from src/Makefile.am

make dist failed due to missing i2c_vid.h
Commit b9b159c49854d8d9d2207946bb583537bb0d48d6 Remove UMS support.
The above commit did not remove this header file from the makefile.
---
 src/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 99a613d..4cc5b6d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -55,7 +55,6 @@ intel_drv_la_SOURCES = \
          brw_defines.h \
          brw_structs.h \
          common.h \
-	 i2c_vid.h \
          i810_accel.c \
          i810_common.h \
          i810_cursor.c \
-- 
1.6.0.4

_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to