summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-14 21:35:35 +0000
committerwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-14 21:35:35 +0000
commit01907d1e68bd393a6dff63949afa2c52dbbb4966 (patch)
treee267dfc50dda915e08a1e82200e6d0b585462283 /libvo
parent0a6528773a6eb157db1607160b7845f2fd7f93c0 (diff)
downloadmpv-01907d1e68bd393a6dff63949afa2c52dbbb4966.tar.bz2
mpv-01907d1e68bd393a6dff63949afa2c52dbbb4966.tar.xz
If we use .m suffix we really should include it in .SUFFIXES
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15474 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index de4875a3ab..bb9a733049 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -13,7 +13,7 @@ endif
CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall
-.SUFFIXES: .c .o
+.SUFFIXES: .c .o .m
# .PHONY: all clean