summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2010-05-30 21:35:23 +0300
committerTiago Vignatti <tiago.vignatti@nokia.com>2010-09-14 18:43:15 +0300
commitd9c682a5e250677883c4d375ca84cf184ee19d77 (patch)
tree77f6380cce3e7f9e1357f129294c6cb47553c926
parenta7efeda8a56a540542e056a426e89cfc053a4162 (diff)
xfree86: bus: remove useless automake variable
Leftover that was missed in f7abe05b. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
-rw-r--r--hw/xfree86/os-support/bus/Makefile.am3
1 files changed, 1 insertions, 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)