mirror of https://github.com/mpv-player/mpv
Remove useless compilation commands that are provided by builtin rules.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22694 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
53a7ba6ae4
commit
631b6b4b53
|
@ -7,10 +7,7 @@ CFLAGS = -O2 -D__KERNEL__ -DMODULE -I$(KERNEL_INCLUDES) -Wall -include $(KERNEL_
|
|||
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 $@ $<
|
||||
|
|
Loading…
Reference in New Issue