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
This commit is contained in:
wight 2005-05-14 21:35:35 +00:00
parent 0a6528773a
commit 01907d1e68
1 changed files with 1 additions and 1 deletions

View File

@ -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