From d9c682a5e250677883c4d375ca84cf184ee19d77 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Sun, 30 May 2010 21:35:23 +0300 Subject: [PATCH] xfree86: bus: remove useless automake variable Leftover that was missed in f7abe05b. Signed-off-by: Tiago Vignatti Reviewed-by: Alan Coopersmith Reviewed-by: Mikhail Gusarov --- hw/xfree86/os-support/bus/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/xfree86/os-support/bus/Makefile.am b/hw/xfree86/os-support/bus/Makefile.am index 92a519bcc..106b237ff 100644 --- a/hw/xfree86/os-support/bus/Makefile.am +++ b/hw/xfree86/os-support/bus/Makefile.am @@ -16,8 +16,7 @@ PLATFORM_SOURCES = Sbus.c sdk_HEADERS += xf86Sbus.h endif -libbus_la_SOURCES = Pci.c Pci.h $(PCI_SOURCES) $(PLATFORM_PCI_SOURCES) \ - $(PLATFORM_SOURCES) +libbus_la_SOURCES = Pci.c Pci.h $(PCI_SOURCES) $(PLATFORM_SOURCES) INCLUDES = $(XORG_INCS)