Remove unnecessary include options from compilation command.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22668 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-17 00:59:42 +00:00
parent f7f4d8eadd
commit 12ae674cf7
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@ mga_vid.ko: mga_vid.c mga_vid.h
$(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)