# HG changeset patch # User faust3 # Date 1066841133 0 # Node ID 5c6e899ee6f300d3ec2d143907934badfcb380c1 # Parent cf4339e05e73390b9233ca83be3f35cebd193f0c handle sis_vid the same way as the other drivers diff -r cf4339e05e73 -r 5c6e899ee6f3 vidix/drivers/Makefile --- 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 *~