CVS: main/libmpdvdkit Makefile,1.5,1.6
Update of /cvsroot/mplayer/main/libmpdvdkit In directory mail:/var/tmp.root/cvs-serv30514/libmpdvdkit Modified Files: Makefile Log Message: patchs by Björn Sandell <biorn@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/libmpdvdkit/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile 1 May 2002 23:44:17 -0000 1.5 +++ Makefile 10 May 2002 01:50:17 -0000 1.6 @@ -30,7 +30,7 @@ default: $(LIB).a $(LIB).a: $(OBJS) - ar rc $(LIB).a $(OBJS) + $(AR) rc $(LIB).a $(OBJS) $(LIB).so: $(OBJS) $(CC) -o $(LIB).so -shared -rdynamic $(OBJS)
participants (1)
-
pl