# HG changeset patch # User wight # Date 1116106535 0 # Node ID c1a6002fb14030c0ce5d666bb215096ea9346337 # Parent b40d7c9a6ace2866044144ca2513bcdbdcbbd889 If we use .m suffix we really should include it in .SUFFIXES diff -r b40d7c9a6ace -r c1a6002fb140 libvo/Makefile --- a/libvo/Makefile Sat May 14 20:26:46 2005 +0000 +++ b/libvo/Makefile Sat May 14 21:35:35 2005 +0000 @@ -13,7 +13,7 @@ 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