From 01907d1e68bd393a6dff63949afa2c52dbbb4966 Mon Sep 17 00:00:00 2001 From: wight Date: Sat, 14 May 2005 21:35:35 +0000 Subject: 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 --- libvo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') 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 -- cgit v1.2.3