Mercurial > mplayer.hg
changeset 15473:c1a6002fb140
If we use .m suffix we really should include it in .SUFFIXES
author | wight |
---|---|
date | Sat, 14 May 2005 21:35:35 +0000 |
parents | b40d7c9a6ace |
children | 40adf41c9b29 |
files | libvo/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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