diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-17 14:01:50 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-17 14:01:50 +0000 |
commit | 631b6b4b538a05cebde156d46174c8834c52a09f (patch) | |
tree | c7c12c7426214bf547c1657d0de05f3deb3fc63d | |
parent | 53a7ba6ae4a3c03321655d2972be8d66722240d3 (diff) | |
download | mpv-631b6b4b538a05cebde156d46174c8834c52a09f.tar.bz2 mpv-631b6b4b538a05cebde156d46174c8834c52a09f.tar.xz |
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
-rw-r--r-- | drivers/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index e9d8554efe..86147aefae 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -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 $@ $< |