changeset 19513:9817edc04689

sis_vid.so should be created from more than one object.
author diego
date Thu, 24 Aug 2006 00:45:31 +0000
parents cefd8333eeea
children 5f48b21fb801
files vidix/drivers/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/drivers/Makefile	Thu Aug 24 00:26:07 2006 +0000
+++ b/vidix/drivers/Makefile	Thu Aug 24 00:45:31 2006 +0000
@@ -73,7 +73,7 @@
 	$(CC) -c $(VIDIX_CFLAGS) -o $@ $(basename $@).c
 
 sis_vid.so: sis_vid.o sis_bridge.o
-	$(CC) -shared $< $(VIDIX_LIBS) -Wl,-soname,$@ -o $@
+	$(CC) -shared $^ $(VIDIX_LIBS) -Wl,-soname,$@ -o $@
 
 unichrome_vid.o: unichrome_vid.c
 	$(CC) -c $(VIDIX_CFLAGS) -o $@ $<