Mercurial > mplayer.hg
changeset 22676:b24dce17634d
Remove useless compilation commands that are provided by builtin rules.
author | diego |
---|---|
date | Sat, 17 Mar 2007 14:01:50 +0000 |
parents | 2a685e4e5e3e |
children | 668f15f32e2c |
files | drivers/Makefile |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/drivers/Makefile Sat Mar 17 14:00:34 2007 +0000 +++ b/drivers/Makefile Sat Mar 17 14:01:50 2007 +0000 @@ -7,10 +7,7 @@ all: mga_vid.o mga_vid_test tdfx_vid.o tdfx_vid_test mga_vid.o: mga_vid.c mga_vid.h - $(CC) $(CFLAGS) -c $< - tdfx_vid.o: tdfx_vid.c 3dfx.h - $(CC) $(CFLAGS) -c $< %_test: %_test.c $(CC) -O -o $@ $<