From 71b3fea94e8845f35e47503636ca1fe78d2d48ca Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 21 Aug 2005 08:24:52 +0000 Subject: [PATCH] Typo fix (SOURCE -> SOURCES). --- hw/xfree86/os-support/bus/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/os-support/bus/Makefile.am b/hw/xfree86/os-support/bus/Makefile.am index 8069c664c..76ee4e4a5 100644 --- a/hw/xfree86/os-support/bus/Makefile.am +++ b/hw/xfree86/os-support/bus/Makefile.am @@ -12,7 +12,7 @@ PLATFORM_PCI_SOURCES = 460gxPCI.c altixPCI.c e8870PCI.c zx1PCI.c endif if LINUX_SPARC -PLATFORM_PCI_SOURCE = sparcPci.c +PLATFORM_PCI_SOURCES = sparcPci.c endif libbus_la_SOURCES = Pci.c $(PCI_SOURCES) $(PLATFORM_PCI_SOURCES)