[MPlayer-cvslog] CVS: main/libvo Makefile,1.48,1.49
Torinthiel CVS
syncmail at mplayerhq.hu
Sat May 14 23:35:37 CEST 2005
CVS change done by Torinthiel CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv32273
Modified Files:
Makefile
Log Message:
If we use .m suffix we really should include it in .SUFFIXES
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/Makefile,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Makefile 29 Apr 2005 11:41:07 -0000 1.48
+++ Makefile 14 May 2005 21:35:35 -0000 1.49
@@ -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
More information about the MPlayer-cvslog
mailing list