Fix commit aa0dfb3f42
From bugzilla bug 13467¹: 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 <cloos@jhcloos.com>
This commit is contained in:
parent
320abd7d1d
commit
cb44b6121c
|
@ -87,7 +87,6 @@ EXTRA_DIST = \
|
||||||
xf86Date.h \
|
xf86Date.h \
|
||||||
xf86DefModes.c \
|
xf86DefModes.c \
|
||||||
$(MODEDEFSOURCES) \
|
$(MODEDEFSOURCES) \
|
||||||
modeline2c.pl \
|
|
||||||
$(DISTKBDSOURCES)
|
$(DISTKBDSOURCES)
|
||||||
|
|
||||||
if LNXACPI
|
if LNXACPI
|
||||||
|
|
Loading…
Reference in New Issue