mirror of https://github.com/mpv-player/mpv
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:
parent
0a6528773a
commit
01907d1e68
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue