0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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:
diego 2007-03-17 14:01:50 +00:00
parent 53a7ba6ae4
commit 631b6b4b53

View File

@ -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 $@ $<