diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-02 12:08:25 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-02 12:08:25 +0000 |
commit | c00059b047ecd4b8c0423abf06b3d43af02c3059 (patch) | |
tree | c9376a1e4a1765e56d61539044322eb0cd5963b9 /libvo | |
parent | 44e2adf8d30a9d63bcedc427230e5321bad90b92 (diff) | |
download | mpv-c00059b047ecd4b8c0423abf06b3d43af02c3059.tar.bz2 mpv-c00059b047ecd4b8c0423abf06b3d43af02c3059.tar.xz |
Remove suffix rules that are just copies of make builtin rules.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21436 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/Makefile b/libvo/Makefile index d5406846e1..866162b17c 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -30,6 +30,3 @@ CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil CFLAGS = -I../osdep include ../mpcommon.mak - -.m.o: - $(CC) -c $(CFLAGS) -o $@ $< |