Mercurial > mplayer.hg
changeset 22650:f1fbb2f0e659
Remove unnecessary include options from compilation command.
author | diego |
---|---|
date | Sat, 17 Mar 2007 00:59:42 +0000 |
parents | 0495a7675c28 |
children | 96e570f1bde2 |
files | drivers/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/drivers/Makefile Sat Mar 17 00:56:45 2007 +0000 +++ b/drivers/Makefile Sat Mar 17 00:59:42 2007 +0000 @@ -26,13 +26,13 @@ $(MAKE) -C $(KERNEL_DIR) SUBDIRS=$(PWD) modules mga_vid_test: mga_vid_test.c - $(CC) -O $(INCLUDES) -o $@ $< + $(CC) -O -o $@ $< tdfx_vid.o: tdfx_vid.c 3dfx.h $(CC) $(CFLAGS) $(INCLUDES) -c $< tdfx_vid_tst: tdfx_vid_tst.c - $(CC) -O $(INCLUDES) -o $@ $< + $(CC) -O -o $@ $< install: mga_vid.o -mkdir -p $(MDIR)