Typo fix (SOURCE -> SOURCES).

This commit is contained in:
Daniel Stone 2005-08-21 08:24:52 +00:00
parent db2909ce76
commit 71b3fea94e

View File

@ -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)