Mercurial > mplayer.hg
changeset 22556:e34fa903c6d7
Remove superfluous rule and variable.
author | diego |
---|---|
date | Wed, 14 Mar 2007 20:06:06 +0000 |
parents | 0fb402c2be9b |
children | 92024e5ac582 |
files | vidix/drivers/Makefile |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/drivers/Makefile Wed Mar 14 20:03:07 2007 +0000 +++ b/vidix/drivers/Makefile Wed Mar 14 20:06:06 2007 +0000 @@ -13,12 +13,6 @@ nvidia_vid.so mga_vid.so mga_crtc2_vid.so pm3_vid.so \ sis_vid.so unichrome_vid.so savage_vid.so - -.SUFFIXES: .c .o - -%.o: %.c - $(CC) -c $(CFLAGS) -o $@ $< - %.so: %.o $(CC) -shared $^ $(VIDIX_LIBS) -Wl,-soname,$@ -o $@