From cb44b6121c4b7b9dd7ff4ff52aaab914c82ff013 Mon Sep 17 00:00:00 2001 From: Andrew Oakley Date: Wed, 5 Dec 2007 20:23:05 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20commit=20aa0dfb3f42f19bb351ca7f1a9507ff5e?= =?UTF-8?q?c4590e96=20From=20bugzilla=20bug=2013467=C2=B9:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently the xserver fails to build without this (now deleted) file, as the Makefile tries to distribute it. The patch simply removes the reference to modeline2c.pl. 1] http://bugs.freedesktop.org/show_bug.cgi?id=13467 Signed-off-by: James Cloos --- hw/xfree86/common/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/common/Makefile.am b/hw/xfree86/common/Makefile.am index 5499b694e..2f23776a0 100644 --- a/hw/xfree86/common/Makefile.am +++ b/hw/xfree86/common/Makefile.am @@ -87,7 +87,6 @@ EXTRA_DIST = \ xf86Date.h \ xf86DefModes.c \ $(MODEDEFSOURCES) \ - modeline2c.pl \ $(DISTKBDSOURCES) if LNXACPI