[Mplayer-cvslog] CVS: main/Gui Makefile,1.6,1.7
pl
pl at mplayerhq.hu
Fri May 10 03:50:19 CEST 2002
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv30514/Gui
Modified Files:
Makefile
Log Message:
patchs by Björn Sandell <biorn at dce.chalmers.se>:
- --disable-select affects more than the oss audio
- openbsd and netbsd oss support for non-x86
- ar/AR cleanups as '$(AR)' defaults to 'ar' with make
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 6 Oct 2001 16:20:12 -0000 1.6
+++ Makefile 10 May 2002 01:50:16 -0000 1.7
@@ -28,7 +28,7 @@
$(LIB): .depend $(OBJS)
$(MAKE) -C mplayer
rm -f $(LIB)
- ar rc $(LIB) $(OBJS) $(MPLAYEROBJS)
+ $(AR) rc $(LIB) $(OBJS) $(MPLAYEROBJS)
all: $(LIB)
More information about the MPlayer-cvslog
mailing list