changeset 11221:5c6e899ee6f3

handle sis_vid the same way as the other drivers
author faust3
date Wed, 22 Oct 2003 16:45:33 +0000
parents cf4339e05e73
children b82e3ecb11e0
files vidix/drivers/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/drivers/Makefile	Wed Oct 22 16:43:29 2003 +0000
+++ b/vidix/drivers/Makefile	Wed Oct 22 16:45:33 2003 +0000
@@ -123,7 +123,7 @@
 	$(CC) -c $(SIS_CFLAGS) -o $@ $(basename $@).c
 
 $(SIS_VID):     $(SIS_OBJS)
-	$(LD) -g $(SIS_LIBS) -shared -soname $(SIS_VID) -o $(SIS_VID) $(SIS_OBJS)
+	$(CC) -shared $(SIS_OBJS) $(SIS_LIBS) -Wl,-soname,$(SIS_VID) -o $(SIS_VID) 
 
 clean:
 	rm -f *.o *.so *~